]> Shamusworld >> Repos - apple2/blobdiff - src/sound.h
Docs were missing GPLv3. Thanks to schampailler for the heads up. :-)
[apple2] / src / sound.h
old mode 100755 (executable)
new mode 100644 (file)
index 17a3dc0..4f49e77
@@ -2,7 +2,7 @@
 // SOUND.H
 //
 // by James Hammons
-// (C) 2004 Underground Software
+// (C) 2004-2018 Underground Software
 //
 
 #ifndef __SOUND_H__
 
 #include <stdint.h>
 
+#define SAMPLE_RATE            (48000.0)
+
 // Global variables (exported)
 
 
-// Functions
+// Exported functions
 
 void SoundInit(void);
 void SoundDone(void);
@@ -26,3 +28,4 @@ void VolumeDown(void);
 uint8_t GetVolume(void);
 
 #endif // __SOUND_H__
+