Read two ADC (making a stereo source) and sending to A2DP #1046
-
Hello Phil. I'm using your base-adc-a2dp.ino as example, is possible make it stereo? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
To my knowledge, phones can not act as A2DP sink or did you find a solution for this ? The AnalogAudioStream provides by default 2 channels. (The mono input is just provided on both channels). The ESP32 i2s adc input does not support stereo... |
Beta Was this translation helpful? Give feedback.
-
Sorry, I don't ask correctly. Using the base-adc-a2dp.ino example (https://github.com/pschatzmann/arduino-audio-tools/tree/main/examples/examples-basic-api/base-adc-a2dp) Best regards. |
Beta Was this translation helpful? Give feedback.
-
The easy answer given above is no: The ESP32 i2s adc input does not support stereo! The more complicated answer is that it should be possible with Arduino ESP32 3.0.0-aplha 2, but you will need to help me to have this implemented. |
Beta Was this translation helpful? Give feedback.
To my knowledge, phones can not act as A2DP sink or did you find a solution for this ?
Can you connect from one Phone to an other ?
The AnalogAudioStream provides by default 2 channels. (The mono input is just provided on both channels). The ESP32 i2s adc input does not support stereo...