Is your feature request related to a problem?
Bluetooth 5.2 added support for LE Audio. The ESP32-C6 supports BLE 5.3, so it should be able to support LE Audio.
Describe the solution you'd like.
Ideally, esp-idf would support some form of LE Audio. This could take several forms:
- Directly streaming the LC3 frames to/frm somewhere. possibly to a host processor
- Decoding or Encoding LC3 and presenting frames on the device
- Streaming LE Audio to or from an external device such as via I2S or using the PCM / ADC modules
Describe alternatives you've considered.
The easiest solution is to just use an ESP32 with classic Bluetooth. However, this does not provide newer wifi or Bluetooth standards, so it is not ideal.
Additional context.
No response
Is your feature request related to a problem?
Bluetooth 5.2 added support for LE Audio. The ESP32-C6 supports BLE 5.3, so it should be able to support LE Audio.
Describe the solution you'd like.
Ideally, esp-idf would support some form of LE Audio. This could take several forms:
Describe alternatives you've considered.
The easiest solution is to just use an ESP32 with classic Bluetooth. However, this does not provide newer wifi or Bluetooth standards, so it is not ideal.
Additional context.
No response