Built-In ADC for Low Bandwidth Telephony Over LAN #236
-
Howdy, I would like to use the ESP32 built-in ADC to acquire low-bandwith (~4kHz, ~8K samps/sec) analog telephony audio and send audio over my LAN. I have already been successful sending the test tone per... Now trying to figure out how to substitute... Any advice would be super duper appreciated. Cheers, CD |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You would use a AnalogAudioStream as input and to manage the volume you can use the logic described in VolumeControl You might also want to consider to use a codec |
Beta Was this translation helpful? Give feedback.
You would use a AnalogAudioStream as input and to manage the volume you can use the logic described in VolumeControl
You might also want to consider to use a codec
Please note that the AnalogAudioStream is providing 2 channels and you might want to reduce it to one