mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Improvements for vbrfix plugin:
* Properly account for ID3v1 tags * Play time computation fixes * Add speech feedback Patch by Igor Poretsky Change-Id: Ia6df8fb171882a88527cfa9d3b76b705f09becdd
This commit is contained in:
parent
c46147c6b2
commit
22c6326974
6 changed files with 91 additions and 23 deletions
|
@ -16390,3 +16390,31 @@ id: VOICE_BAT_BENCH_KEYS
|
|||
lcd_bitmap: "Error writing config"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_NOT_A_VBR_FILE
|
||||
desc: in vbrfix plugin
|
||||
user: core
|
||||
<source>
|
||||
*: "Not a VBR file"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Not a VBR file"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Not a VBR file"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_FILE_ERROR
|
||||
desc: in vbrfix plugin
|
||||
user: core
|
||||
<source>
|
||||
*: "File error: %d"
|
||||
</source>
|
||||
<dest>
|
||||
*: "File error: %d"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "File error"
|
||||
</voice>
|
||||
</phrase>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue