1
0
Fork 0
forked from len0rd/rockbox

duke3d: bump audio sample rate to 22.1KHz

Recent optimizations to sound mixing should allow this, up from 16KHz.

Change-Id: I0ba5742c934118a3a6505b8dc58578b0cfe8ea77
This commit is contained in:
Franklin Wei 2018-01-05 17:27:44 -05:00
parent cf07bb328d
commit beaeb28a29

View file

@ -42,7 +42,7 @@
#ifdef SIMULATOR #ifdef SIMULATOR
#define RB_SAMPR SAMPR_44 #define RB_SAMPR SAMPR_44
#else #else
#define RB_SAMPR SAMPR_16 #define RB_SAMPR SAMPR_22
#endif #endif
/* Enable the stub cdrom driver (src/cdrom/dummy/\*.c) */ /* Enable the stub cdrom driver (src/cdrom/dummy/\*.c) */