Sending .wav files #305
-
Hi I'm pretty new to ESPs and embedded systems in general. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Sending real time audio via the network is hard and depending on your selected sample rate you operate at (or over) the limit what a microcontroller can process. If you are new to microcontrollers (or the ESP32) this is definitely not what you should pick as your first project. If you decide to continue anyhow here are a couple of examples to get you started:
In any case start with small steps and measure your expected thruput with what you want to achieve.. This might help as well: |
Beta Was this translation helpful? Give feedback.
Sending real time audio via the network is hard and depending on your selected sample rate you operate at (or over) the limit what a microcontroller can process.
If you are new to microcontrollers (or the ESP32) this is definitely not what you should pick as your first project.
If you decide to continue anyhow here are a couple of examples to get you started:
In any case start with small steps and measure your expected thruput with what you want to achieve..
This might help as well: