mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
rbutil: added support for talkfile creation with the rockbox sapi_voice.vbs script. Also let the configure dialog remember options and paths for different tts and encoders.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14828 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
74154436a5
commit
acc70ec58d
6 changed files with 278 additions and 85 deletions
|
|
@ -5,8 +5,8 @@
|
|||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>500</width>
|
||||
<height>435</height>
|
||||
<width>548</width>
|
||||
<height>472</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle" >
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
<item row="1" column="0" colspan="3" >
|
||||
<widget class="QTabWidget" name="tabConfiguration" >
|
||||
<property name="currentIndex" >
|
||||
<number>0</number>
|
||||
<number>4</number>
|
||||
</property>
|
||||
<widget class="QWidget" name="tabDevice" >
|
||||
<attribute name="title" >
|
||||
|
|
@ -414,6 +414,16 @@
|
|||
<item row="2" column="1" colspan="2" >
|
||||
<widget class="QLineEdit" name="ttsOptions" />
|
||||
</item>
|
||||
<item row="3" column="0" >
|
||||
<widget class="QLabel" name="ttsLanguageLabel" >
|
||||
<property name="text" >
|
||||
<string>TTS Language</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="3" column="1" colspan="2" >
|
||||
<widget class="QLineEdit" name="ttsLanguage" />
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue