mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Voice TSR Plugin Demo
allows user to run plugin in background that voices status messages grouping is now working it counts ; as the end of a group sleep timer remaining is not voiced if sleep timer is not active TODO manual entries Change-Id: I39e8500df6440c07d2a3347513c749d5e155d1cc
This commit is contained in:
parent
3f828e9244
commit
be04c4be0a
5 changed files with 1055 additions and 1 deletions
|
@ -15904,3 +15904,209 @@
|
|||
xduoox20,xduoox3,xduoox3ii: "Double tap HOME to cancel."
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_DATE
|
||||
desc: for constructing time and date announcements
|
||||
user: core
|
||||
<source>
|
||||
*: "Date"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Date"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Date"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_CLEAR_ALL
|
||||
desc:
|
||||
user: core
|
||||
<source>
|
||||
*: "Clear all"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Clear all"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Clear all"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_CANCEL_0
|
||||
desc: CANCEL.
|
||||
user: core
|
||||
<source>
|
||||
*: "Cancel"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Cancel"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Cancel"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SAVE
|
||||
desc:
|
||||
user: core
|
||||
<source>
|
||||
*: "Save"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Save"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Save"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_TIMEOUT
|
||||
desc:
|
||||
user: core
|
||||
<source>
|
||||
*: "Timeout"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Timeout"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Timeout"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_TRACK
|
||||
desc: used in track x of y constructs
|
||||
user: core
|
||||
<source>
|
||||
*: none
|
||||
hotkey: "Track"
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
hotkey: "Track"
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
hotkey: "Track"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_ELAPSED
|
||||
desc: prefix for elapsed playtime announcement
|
||||
user: core
|
||||
<source>
|
||||
*: none
|
||||
hotkey: "Elapsed"
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
hotkey: "Elapsed"
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
hotkey: "Elapsed"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_ANNOUNCEMENT_FMT
|
||||
desc: format for wps hotkey announcement
|
||||
user: core
|
||||
<source>
|
||||
*: none
|
||||
hotkey: "Announcement format"
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
hotkey: "Announcement format"
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
hotkey: "Announcement format"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_REMAIN
|
||||
desc: for constructs such as number of tracks remaining etc
|
||||
user: core
|
||||
<source>
|
||||
*: none
|
||||
hotkey: "Remain"
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
hotkey: "Remain"
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
hotkey: "Remain"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_GROUPING
|
||||
desc:
|
||||
user: core
|
||||
<source>
|
||||
*: none
|
||||
hotkey: "Grouping"
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
hotkey: "Grouping"
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
hotkey: "Grouping"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_ANNOUNCE_ON
|
||||
desc:
|
||||
user: core
|
||||
<source>
|
||||
*: none
|
||||
hotkey: "Announce on"
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
hotkey: "Announce on"
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
hotkey: "Announce on"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_TRACK_CHANGE
|
||||
desc:
|
||||
user: core
|
||||
<source>
|
||||
*: none
|
||||
hotkey: "Track change"
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
hotkey: "Track change"
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
hotkey: "Track change"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_HOLD_FOR_SETTINGS
|
||||
desc:
|
||||
user: core
|
||||
<source>
|
||||
*: none
|
||||
hotkey: "Hold for settings"
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
hotkey: "Hold for settings"
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
hotkey: "Hold for settings"
|
||||
</voice>
|
||||
</phrase>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue