Browse code

Changed audio sample frequency to 44.1 kHz

Andrew Alderwick authored on 13/04/2021 20:50:49
Showing 1 changed files
... ...
@@ -13,7 +13,7 @@ WITH REGARD TO THIS SOFTWARE.
13 13
 typedef unsigned int Uint32;
14 14
 typedef signed int Sint32;
15 15
 
16
-#define SAMPLE_FREQUENCY 48000
16
+#define SAMPLE_FREQUENCY 44100
17 17
 
18 18
 typedef struct {
19 19
 	Uint16 *dat;