Link Search Menu Expand Document

                                                                                                     

Creating Your First Audio Decoder Application from Scratch

This tutorial provides information on how to create an audio decoder project using MPLAB Harmony 3 and the SAM E70 Xplained Ultra board. It starts with a blank MPLAB® project and finishes with an audio decoder capable of playback of a WAV encoded file located on a USB flash drive, very similar to the audio_player_basic app in the audio

To keep the application as simple as possible, no graphics or other program controls are included. It simply reads the statically specified file from the USB flash drive, sets up the codec sample rate, and outputs the data from the WAV file over the I2S interface at the sample rate specified in the WAV file. The WAV file for this project will be created externally as dual channel, 16 bit data, at 16,000 Hz sample rate and will say “Hello World”.

For more information refer the links below.

               



Copyright © 2020 Microchip Technology.