X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fsound.h;fp=src%2Fsound.h;h=598fe1f8f63657bdbef9244df0cc11163d33f47d;hb=92fbd445099cf43df759ccff12df762ac46b6809;hp=17a3dc0c837272607c7bd91225357bdd5a6f81cd;hpb=01d41f5b9d4900e89a9b61bbc06fb743254eb1a1;p=apple2 diff --git a/src/sound.h b/src/sound.h index 17a3dc0..598fe1f 100644 --- a/src/sound.h +++ b/src/sound.h @@ -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 +#define SAMPLE_RATE (48000.0) + // Global variables (exported) @@ -26,3 +28,4 @@ void VolumeDown(void); uint8_t GetVolume(void); #endif // __SOUND_H__ +