]> git.mxchange.org Git - flightgear.git/commit
ATCVoice: support multiple voice files
authorThorstenB <brehmt@gmail.com>
Sat, 13 Oct 2012 12:37:47 +0000 (14:37 +0200)
committerThorstenB <brehmt@gmail.com>
Sat, 13 Oct 2012 13:45:15 +0000 (15:45 +0200)
commit395c31762789f3d027d854deb697e2ea56cf9675
tree016ba5a1211a2a032dd8bafbd2b24625311a675a
parent9bb9a78249af819352230fee4fe984537af520d4
ATCVoice: support multiple voice files
so we can split ATIS voice files into separate files, i.e. for airport
names and phraseology, so we don't need to regenerate airport names when
extending/changing phraseology. Also allows to add custom airport names.
Enable switching voice files at run-time (different airports could have
different voices...).
src/ATCDCL/ATC.cxx
src/ATCDCL/ATC.hxx
src/ATCDCL/ATCProjection.cxx
src/ATCDCL/ATCProjection.hxx
src/ATCDCL/ATCVoice.cxx
src/ATCDCL/ATCVoice.hxx
src/ATCDCL/ATISmgr.cxx
src/ATCDCL/ATISmgr.hxx