mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
FS#8894 - Add time stretching feature to all SWCODEC targets - the current algorithm is best for spoken word.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21258 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9e3255fdb0
commit
fb2380790e
40 changed files with 1027 additions and 261 deletions
|
|
@ -12468,3 +12468,37 @@
|
|||
*: "Prevent Track Skipping"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_TIMESTRETCH
|
||||
desc: timestretch enable
|
||||
user: core
|
||||
<source>
|
||||
*: none
|
||||
swcodec: "Timestretch"
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
swcodec: "Timestretch"
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
swcodec: "Timestretch"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SPEED
|
||||
desc: timestretch speed
|
||||
user: core
|
||||
<source>
|
||||
*: none
|
||||
swcodec: "Speed"
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
swcodec: "Speed"
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
swcodec: "Speed"
|
||||
</voice>
|
||||
</phrase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue