This software demonstrates a basic implementation of the USB Audio class. Once connected to a computer, the evaluation kit will act as an external soundcard, playing sound through its on-board AT73C213 audio DAC.
The following Atmel evaluation kits are supported by this project:
When plugged into a computer, the device will enumerated itself using the USB Audio class. It is configured to only act as an output (since the AT73C213 audio DAC cannot record sound), and supports hardware muting/unmuting (which it does by configuring the AT73C213 accordingly).
When plugged for the first time, an initial configuration might be necessary depending on the operating system. On Microsoft Windows, the driver will either be automatically installed, or a configuration wizard will show up; letting the wizard look for the driver itself should be enough. Once the driver is installed, the device will be automatically set as the standard output for the system.
Once the device is properly configured, sound played on the computer should be audible through the headphones jack of the evaluation kit.