arduino-audio-tools/examples/examples-communication
2024-08-24 07:12:07 +02:00
..
a2dp IS_I2S_IMPLEMENTED and make SPDIFOutput optional 2024-08-24 07:12:07 +02: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 DRAFT http post correctins & examples 2024-05-17 07:44:38 +02:00
http-server Move a2dp and http examples to communications 2024-04-23 10:46:02 +02: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 Compile errors in examples 2024-07-23 11:31:51 +02:00
snapcast/snapclient-i2s Compile errors in examples 2024-07-23 11:31:51 +02: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!