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

Dependents:   RSALB_hbridge_helloworld RSALB_lobster WavPlayer_test AudioCODEC_HelloWorld

Revision:
3:a7380cfc1987
Parent:
2:d54e6966fa2b
--- a/WavPlayer.cpp	Fri Sep 21 11:48:27 2012 +0000
+++ b/WavPlayer.cpp	Fri Sep 21 14:24:00 2012 +0000
@@ -4,7 +4,7 @@
 
 #include "WavPlayer.h"
 
-#define DEBUG 1
+#define DEBUG 0
 #define debug_printf(args ...) if (DEBUG) printf(args)
 
 #define WAVPLAYER_PLAYER_BUF 1000