adfasf

Fork of wave_player by Steve Ravet

Revision:
2:ab8c3f888b64
Parent:
1:acc3e18e77ad
diff -r acc3e18e77ad -r ab8c3f888b64 wave_player.h
--- a/wave_player.h	Tue Jan 18 03:57:27 2011 +0000
+++ b/wave_player.h	Mon Apr 11 16:49:39 2016 +0000
@@ -43,7 +43,7 @@
  *
  * @param wavefile  A pointer to an opened wave file
  */
-void play(FILE *wavefile);
+void play(FILE *wavefile, bool* play_p);
 
 /** Set the printf verbosity of the wave player.  A nonzero verbosity level
  * will put wave_player in a mode where the complete contents of the wave
@@ -57,6 +57,7 @@
  * @param v the verbosity level
  */
 void set_verbosity(int v);
+int volume;
 
 private:
 void dac_out(void);