Communications
1 Communications
Prosim now includes a voice service capable of producing synthetized speech via ProSimAudio2.
Voice services will output synthetized voice from the specific com/nav channel. This requires Intercom output channels to be configured (#ProSim_Audio_2).
A generic/default profile will be used for communications, but it can be customized per airport.
Communication files are XML files and should be located in: ProgData\ProSim-AR\Database\Communications
It is one file per airport, ideally named as NNNN.xml, where NNNN is the airport ICAO code. A custom default profile can be created if file is saved as ZZZZ.xml.
2 XML definition
<airport />
Parameters:
icao: the ICAO code of the airport
<service />
Parameters:
type: the service type
Inner content: Service dependent. Check service for specific data model
3 Available Services
Currently only ATIS is available.
- ATIS
4 Sample
<airport icao = "LPFR">
<service type = "ATIS">
CONTENT FROM ATIS SAMPLE
</service>
</airport>