summaryrefslogtreecommitdiff
path: root/apps/lang
diff options
context:
space:
mode:
authorSteve Bavin <pondlife@pondlife.me>2009-06-12 07:20:50 +0000
committerSteve Bavin <pondlife@pondlife.me>2009-06-12 07:20:50 +0000
commitfb2380790edbdb2176a21fe28739a41fb978ce6e (patch)
tree29ad077356a1463394ceb22f81a057f300ee57d7 /apps/lang
parent9e3255fdb043d8651bfdbd8be06986d12a7d66eb (diff)
downloadrockbox-fb2380790edbdb2176a21fe28739a41fb978ce6e.tar.gz
rockbox-fb2380790edbdb2176a21fe28739a41fb978ce6e.zip
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
Diffstat (limited to 'apps/lang')
-rw-r--r--apps/lang/english.lang34
1 files changed, 34 insertions, 0 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang
index ddddce328a..09cbdbfc09 100644
--- a/apps/lang/english.lang
+++ b/apps/lang/english.lang
@@ -12468,3 +12468,37 @@
12468 *: "Prevent Track Skipping" 12468 *: "Prevent Track Skipping"
12469 </voice> 12469 </voice>
12470</phrase> 12470</phrase>
12471<phrase>
12472 id: LANG_TIMESTRETCH
12473 desc: timestretch enable
12474 user: core
12475 <source>
12476 *: none
12477 swcodec: "Timestretch"
12478 </source>
12479 <dest>
12480 *: none
12481 swcodec: "Timestretch"
12482 </dest>
12483 <voice>
12484 *: none
12485 swcodec: "Timestretch"
12486 </voice>
12487</phrase>
12488<phrase>
12489 id: LANG_SPEED
12490 desc: timestretch speed
12491 user: core
12492 <source>
12493 *: none
12494 swcodec: "Speed"
12495 </source>
12496 <dest>
12497 *: none
12498 swcodec: "Speed"
12499 </dest>
12500 <voice>
12501 *: none
12502 swcodec: "Speed"
12503 </voice>
12504</phrase>