X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fsam3x-ek%2Fexamples%2Fsam3x-ek_codec%2F.spec;fp=boards%2Fsam3x-ek%2Fexamples%2Fsam3x-ek_codec%2F.spec;h=a8c587d1955affe4fca3aec5be2309d7722c6aba;hb=710780c30a26bdbdebe3e92b6fde1af0b04a91a3;hp=d6f5606022e2b419fea36c2c93ec8e3f764187ef;hpb=75f65e419fb6f4179d44de58c9af1c9b244c016c;p=bertos.git diff --git a/boards/sam3x-ek/examples/sam3x-ek_codec/.spec b/boards/sam3x-ek/examples/sam3x-ek_codec/.spec index d6f56060..a8c587d1 100644 --- a/boards/sam3x-ek/examples/sam3x-ek_codec/.spec +++ b/boards/sam3x-ek/examples/sam3x-ek_codec/.spec @@ -1 +1,13 @@ -name = 'sam3x-ek_codec preset' \ No newline at end of file +name = 'Simple WAV player and recorder.' +description=""" +

Overview

+

+This example application demonstrates how to make simple wav player, using WM8731 audio codec. +<\p> +

+With the application we could explore the file on the SD card and start streaming pressing +Right button, 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> +"""