diff options
author | Franklin Wei <git@fwei.tk> | 2018-01-05 17:27:44 -0500 |
---|---|---|
committer | Franklin Wei <git@fwei.tk> | 2018-01-15 19:45:57 -0500 |
commit | beaeb28a29e44326408df68274999ea6dcd8da07 (patch) | |
tree | cb0d2d57ed6e55788d863eca6eb305d9b72dc44a | |
parent | cf07bb328deb71cf2dc602f435b5340b0b55a2e5 (diff) |
duke3d: bump audio sample rate to 22.1KHz
Recent optimizations to sound mixing should allow this, up from 16KHz.
Change-Id: I0ba5742c934118a3a6505b8dc58578b0cfe8ea77
-rw-r--r-- | apps/plugins/sdl/include/SDL_config_rockbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) */ |