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:
parent
34213c388b
commit
fa59ed6ae7
5 changed files with 7 additions and 7 deletions
|
@ -3507,7 +3507,7 @@ static int record_file(char *filename)
|
|||
return PLUGIN_ERROR;
|
||||
}
|
||||
|
||||
rb->sound_set_pitch(1000); /* reset pitch */
|
||||
rb->sound_set_pitch(PITCH_SPEED_100); /* reset pitch */
|
||||
mas_download_pcm();
|
||||
num_rec_bytes = 0;
|
||||
bytes_written = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue