Add speech feedback in pitchscreen

Patch by Igor Poretsky

Change-Id: I8828cefdb3346a25071fba0afff2c9d3bca440a1
This commit is contained in:
Solomon Peachy 2019-01-01 23:33:44 -05:00
parent ee2ab046da
commit fd9d4a889b
2 changed files with 127 additions and 1 deletions

View file

@ -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>