Skip to content

Using ADC to get multiple audio streams #694

Answered by pschatzmann
hpmax asked this question in Q&A
Discussion options

You must be logged in to vote

I see quite a few challenges here.

If you want to feed a signal directly to the ESP32, you need to make sure that the input voltage is in the expected range between 0 and 3.3V - oscillating around 1.6V. Dependent on your audio source you might get quite different values and in the worst case you might see positive and negative voltages oscillating around 0V!

I found that the only easy way to do audio is to use the I2S interface (e.g. from the internal ADC. But this way you can get max 2 input channels). Collecting ADC values with a timer is slow and just a pain! In addition I would expect the audio quality to be quite poor!

The best results you can get with some external audio ADCs. The E…

Replies: 4 comments 19 replies

Comment options

You must be logged in to vote
7 replies
@pschatzmann
Comment options

@pcbartists-admin
Comment options

@pschatzmann
Comment options

@hpmax
Comment options

@pcbartists-admin
Comment options

Answer selected by pschatzmann
Comment options

You must be logged in to vote
6 replies
@hpmax
Comment options

@pschatzmann
Comment options

@hpmax
Comment options

@pschatzmann
Comment options

@hpmax
Comment options

Comment options

You must be logged in to vote
5 replies
@hpmax
Comment options

@pschatzmann
Comment options

@hpmax
Comment options

@pschatzmann
Comment options

@pschatzmann
Comment options

Comment options

You must be logged in to vote
1 reply
@pschatzmann
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants