-
-
Notifications
You must be signed in to change notification settings - Fork 285
Communication
Phil Schatzmann edited this page Mar 20, 2024
·
29 revisions
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 should also consider to use one of the many supported CODECs to decrease the transmitted amount of data!