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:
Solomon Peachy 2019-08-08 16:49:16 -04:00
parent c46147c6b2
commit 22c6326974
6 changed files with 91 additions and 23 deletions

View file

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