arduino-audio-tools/examples/examples-communication
2022-06-27 16:40:46 +02:00
..
esp-now ESP-Now Example 2022-06-27 15:46:59 +02:00
esp-now-codec ESP-NOW decoded example 2022-06-27 16:40:46 +02:00
ip communication examples with folders 2022-06-27 13:25:22 +02:00
rtsp communication examples with folders 2022-06-27 13:25:22 +02:00
Readme.md ESP-NOW decoded example 2022-06-27 16:40:46 +02:00

You can transmit audio information with a wire or (e.g. if you have an ESP32) wirelessly. The critical piece is that you make sure that the transmitted amount of audio data is below the transmission capacity of the medium (e.g. by limiting the channels, the sample rate or the bits per sample).

You can also use a CODEC to decrease the transmitted amount of data!