Changed audio sample frequency to 44.1 kHz

This commit is contained in:
Andrew Alderwick 2021-04-13 21:50:49 +01:00
parent f3e58adc03
commit 2ea85815f6
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ WITH REGARD TO THIS SOFTWARE.
typedef unsigned int Uint32;
typedef signed int Sint32;
#define SAMPLE_FREQUENCY 48000
#define SAMPLE_FREQUENCY 44100
typedef struct {
Uint16 *dat;