Purpose
Definition of a USB Audio Speaker Driver with two playback channels and one record channel.
Usage
- Enable and setup USB related pins (see pio & board.h).
- Configure the USB Audio Speaker driver using AUDDSpeakerDriver_Initialize
- To get audio stream frames from host, use AUDDSpeakerDriver_Read
- To send audio sampling stream to host, use AUDDSpeakerDriver_Write