Hey just wondering if you ever got this working? I have both hfp AG and a2dp streaming to a speaker in sperate programs but not together with switching.
Thanks!
Search found 9 matches
- Tue Dec 28, 2021 3:55 pm
- Forum: General Discussion
- Topic: HFP example
- Replies: 12
- Views: 27099
- Wed Dec 15, 2021 5:01 pm
- Forum: ESP-ADF
- Topic: A2DP and HFP
- Replies: 0
- Views: 6086
A2DP and HFP
I am streaming a2dp audio to bluetooth speaker fine. I am wondering if anyone has been able to switch to HFP connection for two way audio, then switch back to a2dp under the same bluetooth connection?
Thank you
Thank you
- Wed Sep 01, 2021 7:53 pm
- Forum: ESP-IDF
- Topic: esp32 SBC audio codec support 24bit?
- Replies: 0
- Views: 1381
esp32 SBC audio codec support 24bit?
Does the SBC audio codec on the esp32 Lyrat 4.3 board support 24bit PCM data?
Thanks
Thanks
- Tue Aug 31, 2021 7:58 pm
- Forum: General Discussion
- Topic: how to set esp32 i2s to 24bit?
- Replies: 0
- Views: 1308
how to set esp32 i2s to 24bit?
Hi I'm working on an a2dp project and having trouble setting the i2s bits on the esp32 to 24 bit. The example I am using(pipeline_a2dp_source_stream) has it set to 16 and I cant find where to change it. My codec needs 24 bit
Thank you
Thank you
- Tue Aug 31, 2021 1:09 pm
- Forum: ESP-ADF
- Topic: how to set esp32 i2s to 24bit?
- Replies: 1
- Views: 13562
how to set esp32 i2s to 24bit?
Hi I'm working on an a2dp project and having trouble setting the i2s bits on the esp32 to 24 bit. The example I am using(pipeline_a2dp_source_stream) has it set to 16 and I cant find where to change it. My codec needs 24 bit
Thank you
Thank you
- Tue Aug 31, 2021 12:31 pm
- Forum: ESP-IDF
- Topic: how to set esp32 i2s to 24bit?
- Replies: 0
- Views: 1151
how to set esp32 i2s to 24bit?
Hi I'm working on an a2dp project and having trouble setting the i2s bits on the esp32 to 24 bit. The example I am using(pipeline_a2dp_source_stream) has it set to 16 and I cant find where to change it. My codec needs 24 bit
Thank you
Thank you
- Thu Aug 26, 2021 7:30 pm
- Forum: ESP-IDF
- Topic: set number of bits on esp32 wrover for i2s a2dp
- Replies: 0
- Views: 1127
set number of bits on esp32 wrover for i2s a2dp
Hi I'm working on an a2dp project and having trouble setting the i2s bits on the esp32 to 24 bit. The example I am using(pipeline_a2dp_source_stream) has it set to 16 and I cant find where to change it. My codec needs 24
Thank you
Thank you
- Wed Jul 28, 2021 7:59 pm
- Forum: ESP-IDF
- Topic: esp_rom_gpio_connect_out_signal
- Replies: 1
- Views: 3157
esp_rom_gpio_connect_out_signal
I am working through the IDF HFP_AG example and trying to figure out this function: -esp_rom_gpio_connect_out_signal(GPIO_OUTPUT_PCM_DOUT, PCMDOUT_IDX, false, false); -esp_rom_gpio_connect_in_signal There are no comments or any documentation on this function. Does anyone have an idea what exact it d...
- Tue Jun 22, 2021 2:42 pm
- Forum: General Discussion
- Topic: Switch from A2DP to HFP
- Replies: 0
- Views: 1535
Switch from A2DP to HFP
Hi Everyone, I'm having a lot of trouble porting pipeline_source_stream(a2dp) over to idf to work with hfp_AG. My goal is to have one program that will switch between hfp_ag and A2DP. First off is it possible with only using idf and are there any examples out there I may have missed? I have checked ...