A library which allows the playing of Wav files using the TLV320

Dependents:   RSALB_hbridge_helloworld RSALB_lobster WavPlayer_test AudioCODEC_HelloWorld

Revision:
2:d54e6966fa2b
Parent:
0:3695886f3495
Child:
3:a7380cfc1987
diff -r 3eb96771bbee -r d54e6966fa2b WavPlayer.cpp
--- a/WavPlayer.cpp	Wed Sep 19 11:05:12 2012 +0000
+++ b/WavPlayer.cpp	Fri Sep 21 11:48:27 2012 +0000
@@ -135,7 +135,9 @@
     fseekread(*filepp, temp, 8, 4);
     if (strcmp(temp, "WAVE") != 0)
         printf("This is not a WAVE file\n\r");
-
+    
+    current_time = 0;
+    
     getConfig();
 }