This example uses the Synchronous Serial Controller (SSC) of an AT91 microcontroller to output an audio steam through the on-board AT73C213 audio DAC.
The following evaluation kits are supported:
This program plays a WAV file pre-loaded into the external SDRAM. The audio stream is sent through the SSC interface connected to the on-board AT73C213, enabling the sound to be audible using a pair of headphones.
Since the AT73C213 DAC requires that it be feeded a master clock multiple of the sample rate, it is difficult to handle any WAV file. As such, this example application is limited to playing files with the following format:
-- Basic SSC I2S AT73C213 Project 1.4 --
Menu :
------
W: Play the WAV file pre-loaded in SDRAM
I: Display the information of the WAV file
The user can then choose any of the available options to perform the described
action.