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, committed 2012-09-21
- Comitter:
- p07gbar
- Date:
- Fri Sep 21 14:24:00 2012 +0000
- Parent:
- 2:d54e6966fa2b
- Commit message:
- Minor fix
Changed in this revision
WavPlayer.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r d54e6966fa2b -r a7380cfc1987 WavPlayer.cpp --- 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