forked from len0rd/rockbox
Add timestretching from FS#8894, as written by Stephane Doyon based on work by Nicolas Pitre. Shouldn't affect playback unless it's explicitly enabled, but let me know if it does. Currently has a dedicated setting, but maybe inclusion of the code will inspire someone to integrate this with the pitch screen...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18446 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b82449a513
commit
f6982346a1
9 changed files with 89 additions and 5 deletions
|
|
@ -12037,3 +12037,17 @@
|
|||
recording: ""
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SPEED
|
||||
desc: time-domain speed compress/stretch
|
||||
user:
|
||||
<source>
|
||||
*: "Speed"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Speed"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Speed"
|
||||
</voice>
|
||||
</phrase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue