- use the best voice for the copilot & instructor
- save menu visibility (should we pop up a hint if it's turned off at startup?)
This commit is contained in:
parent
ceeb9503f8
commit
a0bc4246ea
1 changed files with 3 additions and 3 deletions
|
@ -107,7 +107,7 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
<volume type="double">1.0</volume>
|
||||
<pitch type="double">100.0</pitch>
|
||||
<speed type="double">1.0</speed>
|
||||
<preamble type="string">(voice_us3_mbrola)</preamble>
|
||||
<preamble type="string">(voice_en1_mbrola)</preamble>
|
||||
<festival type="bool">true</festival>
|
||||
</voice>
|
||||
<voice>
|
||||
|
@ -116,7 +116,7 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
<volume type="double">1.0</volume>
|
||||
<pitch type="double">100.0</pitch>
|
||||
<speed type="double">1.0</speed>
|
||||
<preamble type="string">(voice_us2_mbrola)</preamble>
|
||||
<preamble type="string">(voice_us3_mbrola)</preamble>
|
||||
<festival type="bool">true</festival>
|
||||
</voice>
|
||||
<voice>
|
||||
|
@ -341,7 +341,7 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
</view>
|
||||
|
||||
<menubar>
|
||||
<visibility type="bool">true</visibility>
|
||||
<visibility type="bool" userarchive="y">true</visibility>
|
||||
<default include="gui/menubar.xml"/>
|
||||
</menubar>
|
||||
|
||||
|
|
Loading…
Reference in a new issue