Giles Barton-Owen / Mbed 2 deprecated AudioCODEC_HelloWorld

Dependencies:   FatFileSystem MSCFileSystem WavPlayer mbed

Fork of WavPlayer_test by Giles Barton-Owen

Revision:
2:8818d976f1e7
Parent:
0:d49f4c0f2ba7
Child:
3:e03854cb5cef
--- a/main.cpp	Wed Sep 19 11:06:09 2012 +0000
+++ b/main.cpp	Mon Sep 24 14:10:40 2012 +0000
@@ -1,4 +1,6 @@
-// This is all set up for the RS Labboard: Just plug a memory stick with a wav file called test.wav on it and have a listen!
+// This is all set up for the RS Labboard: Just plug a memory stick with a wav file called test.wav on it 
+//(such as the one you can get from: https://mbed.org/media/uploads/p07gbar/test.wav) and have a listen!
+// Any 16bit PCM Wav files with channel*sample rate less than 48kHz should work.
 
 #include "mbed.h"
 #include "WavPlayer.h"