Skip to content

ESP32 Audio Kit In/Out Parallel #212

Discussion options

You must be logged in to vote

I have never tried, so I can't give you a final answer: Both the WiFi and I2S can handle multiple input and output at the same time.
However you will hit limits very quickly so the only way to know is to try it youself and work on the issues that you identify.

  • I would expect that you run out of RAM
    • so you might need to replace the Encoder in the weberserver with a WavEncoder (which uses less RAM)
    • you can try to investigate another decoders
  • If you the audio is breaking up you can decrease the sampling rate and channels in the webserver
  • If the audio is still breaking up you can try to put the copier.copy() or the server->doLoop() into a separate task

Finally I would also expect that th…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@pierluigizagaria
Comment options

@pierluigizagaria
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by pschatzmann
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants