1
0
Fork 0
forked from len0rd/rockbox

Fix plugins for the changed pitch scale from r21781

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21794 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2009-07-11 23:11:56 +00:00
parent 34213c388b
commit fa59ed6ae7
5 changed files with 7 additions and 7 deletions

View file

@ -481,7 +481,7 @@ static void audio_thread(void)
td.dsp = (struct dsp_config *)rb->dsp_configure(NULL, DSP_MYDSP,
CODEC_IDX_AUDIO);
rb->sound_set_pitch(1000);
rb->sound_set_pitch(PITCH_SPEED_100);
rb->dsp_configure(td.dsp, DSP_RESET, 0);
rb->dsp_configure(td.dsp, DSP_SET_SAMPLE_DEPTH, MAD_F_FRACBITS);