Spoken ATC: Difference between revisions

Jump to navigation Jump to search
Line 93: Line 93:
== Phraseology customization ==   
== Phraseology customization ==   
You can customize the phraseology by editing the "''phraseology.xml''" file.<br />
You can customize the phraseology by editing the "''phraseology.xml''" file.<br />
There you can find groups of tags like eg:
There you can find groups of tags like:
<syntaxhighlight lang="xml">
    . . . .
  <foo type="string">Hello world. </foo>
  <foo type="string">It is a good </foo>
  <foo type="string">day </foo>
  <foo type="string">to fly. </foo>
    . . . .  </syntaxhighlight>
which will be read as a single sentence (''"Hello world. It is a good day to fly. "'').
These are literal sentences that you can change by the strings you want.


Besides that, you can call the ''spoken_atc.say()'' function at runtime to check your customization.<br />
Besides that, you can call the ''spoken_atc.say()'' function at runtime to check your customization.<br />
229

edits

Navigation menu