From beaeb28a29e44326408df68274999ea6dcd8da07 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Fri, 5 Jan 2018 17:27:44 -0500 Subject: duke3d: bump audio sample rate to 22.1KHz Recent optimizations to sound mixing should allow this, up from 16KHz. Change-Id: I0ba5742c934118a3a6505b8dc58578b0cfe8ea77 --- apps/plugins/sdl/include/SDL_config_rockbox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/plugins/sdl/include/SDL_config_rockbox.h b/apps/plugins/sdl/include/SDL_config_rockbox.h index da8d8c2e4a..90e79ccede 100644 --- a/apps/plugins/sdl/include/SDL_config_rockbox.h +++ b/apps/plugins/sdl/include/SDL_config_rockbox.h @@ -42,7 +42,7 @@ #ifdef SIMULATOR #define RB_SAMPR SAMPR_44 #else -#define RB_SAMPR SAMPR_16 +#define RB_SAMPR SAMPR_22 #endif /* Enable the stub cdrom driver (src/cdrom/dummy/\*.c) */ -- cgit v1.2.3