pre-set callsign
This commit is contained in:
parent
6859951713
commit
4cd7dec340
1 changed files with 51 additions and 1 deletions
|
@ -81,6 +81,53 @@ Started September 2000 by David Megginson, david@megginson.com
|
||||||
<volume userarchive="y">0.8</volume>
|
<volume userarchive="y">0.8</volume>
|
||||||
<pause type="bool">false</pause>
|
<pause type="bool">false</pause>
|
||||||
<voice type="bool">true</voice>
|
<voice type="bool">true</voice>
|
||||||
|
<voices>
|
||||||
|
<host type="string">localhost</host>
|
||||||
|
<port type="string">1314</port>
|
||||||
|
<enabled type="bool">true</enabled>
|
||||||
|
<atc alias="/sim/sound/voices/voice[0]/text"/>
|
||||||
|
<approach alias="/sim/sound/voices/voice[0]/text"/>
|
||||||
|
<ground alias="/sim/sound/voices/voice[0]/text"/>
|
||||||
|
<pilot alias="/sim/sound/voices/voice[1]/text"/>
|
||||||
|
<copilot alias="/sim/sound/voices/voice[2]/text"/>
|
||||||
|
<ai-plane alias="/sim/sound/voices/voice[3]/text"/>
|
||||||
|
<voice>
|
||||||
|
<desc>ATC/Approach/Ground</desc>
|
||||||
|
<text type="string"></text>
|
||||||
|
<volume type="double">1.0</volume>
|
||||||
|
<pitch type="double">100.0</pitch>
|
||||||
|
<speed type="double">1.0</speed>
|
||||||
|
<preamble type="string"></preamble>
|
||||||
|
<festival type="bool">true</festival>
|
||||||
|
</voice>
|
||||||
|
<voice>
|
||||||
|
<desc>Pilot</desc>
|
||||||
|
<text type="string"></text>
|
||||||
|
<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>
|
||||||
|
<festival type="bool">true</festival>
|
||||||
|
</voice>
|
||||||
|
<voice>
|
||||||
|
<desc>Copilot/Instructor</desc>
|
||||||
|
<text type="string"></text>
|
||||||
|
<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>
|
||||||
|
<festival type="bool">true</festival>
|
||||||
|
</voice>
|
||||||
|
<voice>
|
||||||
|
<desc>AI-Plane</desc>
|
||||||
|
<text type="string"></text>
|
||||||
|
<volume type="double">1.0</volume>
|
||||||
|
<pitch type="double">100.0</pitch>
|
||||||
|
<speed type="double">1.0</speed>
|
||||||
|
<preamble type="string">(voice_don_diphone)</preamble>
|
||||||
|
<festival type="bool">true</festival>
|
||||||
|
</voice>
|
||||||
|
</voices>
|
||||||
</sound>
|
</sound>
|
||||||
<speed-up type="double">1.0</speed-up>
|
<speed-up type="double">1.0</speed-up>
|
||||||
<current-view>
|
<current-view>
|
||||||
|
@ -330,6 +377,9 @@ Started September 2000 by David Megginson, david@megginson.com
|
||||||
<!-- <scenario>aircraft_demo</scenario> -->
|
<!-- <scenario>aircraft_demo</scenario> -->
|
||||||
</ai>
|
</ai>
|
||||||
|
|
||||||
|
<user>
|
||||||
|
<callsign type="string">Golf Foxtrot Sierra</callsign>
|
||||||
|
</user>
|
||||||
</sim>
|
</sim>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue