Arduino A2DP
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 CA2DPDefaultVolumeControlDefault implementation for handling of the volume of the audio data
 CA2DPLinearVolumeControlThe simplest possible implementation of a VolumeControl
 CA2DPNoVolumeControlKeeps the audio data as is -> no volume control!
 CA2DPSimpleExponentialVolumeControlExponential volume control
 CA2DPVolumeControlAbstract class for handling of the volume of the audio data
 CBluetoothA2DPCommonCommon Bluetooth A2DP functions
 CBluetoothA2DPOutputAbstract Output Class
 CBluetoothA2DPOutputAudioToolsOutput Class using AudioTools library: https://github.com/pschatzmann/arduino-audio-tools
 CBluetoothA2DPOutputDefaultDefault Output Class providing both the Legacy I2S and the AudioTools I2S functionality
 CBluetoothA2DPOutputLegacyLegacy I2S Output Class
 CBluetoothA2DPOutputPrintOutput Class using Print API:
 CBluetoothA2DPSinkBluetoothA2DPSink implements a robust, extensible A2DP Bluetooth audio sink for ESP32
 CBluetoothA2DPSinkQueuedBluetoothA2DPSinkQueued provides an A2DP sink implementation with a queued, task-based I2S output to address the volume delay and jitter issues observed in the standard BluetoothA2DPSink implementation, especially under high load or with certain Bluetooth sources
 CBluetoothA2DPSourceBluetoothA2DPSource implements a flexible, extensible A2DP Bluetooth audio source for ESP32
 Cbt_app_msg_tInternal message to be sent for BluetoothA2DPSink and BluetoothA2DPSource