arduino-audio-tools/examples/examples-communication
2024-03-21 21:59:19 +01:00
..
a2dp README for symlinks 2024-03-21 21:59:19 +01:00
esp-now audiokit example migration 2024-02-09 14:37:16 +01:00
ftp/ftp-client audiokit example migration 2024-02-09 14:37:16 +01:00
http-client README for symlinks 2024-03-21 21:59:19 +01:00
ip communication ip examples 2023-11-05 11:07:23 +01:00
mqtt/communication-mqtt-send communication-mqtt-send.ino 2023-09-07 17:36:59 +02:00
rtsp addAudioInfoChange instead of set 2024-02-29 05:05:44 +01:00
serial audiokit example migration 2024-02-09 14:37:16 +01:00
snapcast/snapclient-i2s Examples comments 2023-10-31 00:20:01 +01:00
spi rename to A2DPStream.h 2024-03-21 08:51:06 +01:00
udp audiokit example migration 2024-02-09 14:37:16 +01:00
vban addAudioInfoChange instead of set 2024-02-29 05:05:44 +01:00
Readme.md README.md 2023-05-07 05:55:58 +02:00

Communication Examples

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!