Write the doc for sam3 examples.
[bertos.git] / boards / sam3x-ek / examples / sam3x-ek_codec / .spec
index d6f5606022e2b419fea36c2c93ec8e3f764187ef..a8c587d1955affe4fca3aec5be2309d7722c6aba 100644 (file)
@@ -1 +1,13 @@
-name = 'sam3x-ek_codec preset'
\ No newline at end of file
+name = 'Simple WAV player and recorder.'
+description="""
+<h2>Overview</h2>
+<p>
+This example application demonstrates how to make simple wav player, using WM8731 audio codec.
+<\p>
+<p>
+With the application we could explore the file on the SD card and start streaming pressing
+<b>Right button</b>, and to stop it by re-pressing the same button. While to record one stream
+follow the instruction on display, and then we can play it using the player menu.
+All wav file should be encoded in 16bit PCM, 2 Channel, 44100Hz.
+<\p>
+"""