forked from len0rd/rockbox
Temporary fix for the high-pitched sounds on iPod: they should sound correct now, but the real problem (frequency adjustment) still needs fixing; this is merely a workaround.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9698 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6f8af215b9
commit
cc8f80ad9b
1 changed files with 4 additions and 0 deletions
|
|
@ -55,7 +55,11 @@
|
|||
#define BUFMUL 4
|
||||
#define MIXBUFFERSIZE (SAMPLECOUNT*BUFMUL)
|
||||
|
||||
#if (CONFIG_KEYPAD == IPOD_3G_PAD) || (CONFIG_KEYPAD == IPOD_4G_PAD)
|
||||
#define SAMPLERATE 44100 // 44100 22050 11025
|
||||
#else
|
||||
#define SAMPLERATE 11025 // 44100 22050 11025
|
||||
#endif
|
||||
#define SAMPLESIZE 2 // 16bit
|
||||
|
||||
// The global mixing buffer.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue