Write the doc for sam3 examples.
[bertos.git] / boards / sam3x-ek / examples / sam3x-ek_codec / .spec
1 name = 'Simple WAV player and recorder.'
2 description="""
3 <h2>Overview</h2>
4 <p>
5 This example application demonstrates how to make simple wav player, using WM8731 audio codec.
6 <\p>
7 <p>
8 With the application we could explore the file on the SD card and start streaming pressing
9 <b>Right button</b>, and to stop it by re-pressing the same button. While to record one stream
10 follow the instruction on display, and then we can play it using the player menu.
11 All wav file should be encoded in 16bit PCM, 2 Channel, 44100Hz.
12 <\p>
13 """