Waveplayer

Dependencies:   SDFileSystem mbed wave_player

Fork of WavePlayer_HelloWorld by jim hamblen

Files at this revision

API Documentation at this revision

Comitter:
lzzcd001
Date:
Wed Feb 18 14:54:14 2015 +0000
Parent:
1:5b8e223e983d
Commit message:
waveplayaer;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 5b8e223e983d -r 244f8a2bbb26 main.cpp
--- a/main.cpp	Thu Jan 24 02:59:05 2013 +0000
+++ b/main.cpp	Wed Feb 18 14:54:14 2015 +0000
@@ -14,7 +14,7 @@
 {
     FILE *wave_file;
     printf("\n\n\nHello, wave world!\n");
-    wave_file=fopen("/sd/sample.wav","r");
+    wave_file=fopen("/sd/test.wav","r");
     waver.play(wave_file);
     fclose(wave_file);
 }
\ No newline at end of file