arduino-audio-tools/examples/examples-communication
Phil Schatzmann 08730ecbb4 sandbox
2022-06-28 13:27:26 +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 sandbox 2022-06-28 13:27:26 +02:00

You can transmit audio information over a wire or (e.g. if you have an ESP32) wirelessly. It is important 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 one of the many supported CODECs to decrease the transmitted amount of data!