mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Add speech feedback in pitchscreen
Patch by Igor Poretsky Change-Id: I8828cefdb3346a25071fba0afff2c9d3bca440a1
This commit is contained in:
parent
ee2ab046da
commit
fd9d4a889b
2 changed files with 127 additions and 1 deletions
|
@ -11361,7 +11361,7 @@
|
|||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
swcodec: "Timestretch"
|
||||
swcodec: "Time stretch"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
|
@ -14000,3 +14000,54 @@
|
|||
charging: "Delay Before Resume"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: VOICE_PITCH_ABSOLUTE_MODE
|
||||
desc: spoken only
|
||||
user: core
|
||||
<source>
|
||||
*: none
|
||||
pitchscreen: ""
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
pitchscreen: ""
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
pitchscreen: "Absolute mode"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: VOICE_PITCH_SEMITONE_MODE
|
||||
desc: spoken only
|
||||
user: core
|
||||
<source>
|
||||
*: none
|
||||
pitchscreen: ""
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
pitchscreen: ""
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
pitchscreen: "Semitone mode"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: VOICE_PITCH_TIMESTRETCH_MODE
|
||||
desc: spoken only
|
||||
user: core
|
||||
<source>
|
||||
*: none
|
||||
pitchscreen: ""
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
pitchscreen: ""
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
pitchscreen: "Time stretch"
|
||||
</voice>
|
||||
</phrase>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue