implement smooth seeking acceleration for audio playback and mpegplayer

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17843 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Marcoen Hirschberg 2008-06-28 17:55:53 +00:00
parent bcf9b5dfa6
commit 2fb70bcabb
4 changed files with 78 additions and 20 deletions

View file

@ -11750,3 +11750,71 @@
gigabeatf: "High"
</voice>
</phrase>
<phrase>
id: LANG_VERY_SLOW
desc: in settings_menu
user:
<source>
*: none
gigabeatf: "Very slow"
</source>
<dest>
*: none
gigabeatf: "Very slow"
</dest>
<voice>
*: none
gigabeatf: "Very slow"
</voice>
</phrase>
<phrase>
id: LANG_SLOW
desc: in settings_menu
user:
<source>
*: none
gigabeatf: "Slow"
</source>
<dest>
*: none
gigabeatf: "Slow"
</dest>
<voice>
*: none
gigabeatf: "Slow"
</voice>
</phrase>
<phrase>
id: LANG_VERY_FAST
desc: in settings_menu
user:
<source>
*: none
gigabeatf: "Very fast"
</source>
<dest>
*: none
gigabeatf: "Very fast"
</dest>
<voice>
*: none
gigabeatf: "Very fast"
</voice>
</phrase>
<phrase>
id: LANG_FAST
desc: in settings_menu
user:
<source>
*: none
gigabeatf: "Fast"
</source>
<dest>
*: none
gigabeatf: "Fast"
</dest>
<voice>
*: none
gigabeatf: "Fast"
</voice>
</phrase>