]> Shamusworld >> Repos - apple2/blobdiff - src/sound.h
First stab at adding Mockingboard support.
[apple2] / src / sound.h
index 17a3dc0c837272607c7bd91225357bdd5a6f81cd..598fe1f8f63657bdbef9244df0cc11163d33f47d 100644 (file)
@@ -2,7 +2,7 @@
 // SOUND.H
 //
 // by James Hammons
-// (C) 2004 Underground Software
+// (C) 2004-2018 Underground Software
 //
 
 #ifndef __SOUND_H__
@@ -10,6 +10,8 @@
 
 #include <stdint.h>
 
+#define SAMPLE_RATE            (48000.0)
+
 // Global variables (exported)
 
 
@@ -26,3 +28,4 @@ void VolumeDown(void);
 uint8_t GetVolume(void);
 
 #endif // __SOUND_H__
+