1
0
Fork 0
flightgear/src/Sound
Julian Smith 3591bd8631 Be able to control atis speech pitch, volume and speed.
Uses these properties:
    /sim/atis/speed
    /sim/atis/volume
    /sim/atis/pitch

Values 1.0 behave as default. Other values are used to multiply default
settings.

Changes don't take affect immediately. But changing com frequency seems to
often cause an update which will then pick up the new values.
2020-11-01 09:29:20 +00:00
..
audioident.cxx UNit-tests for the NavRadio 2018-11-25 13:12:50 +00:00
audioident.hxx Add support for AeonWave 2016-08-04 18:43:10 +02:00
beacon.cxx Move more modern C++ idioms and use std::unique_ptr for moving data ownership around 2020-03-26 09:55:11 +01:00
beacon.hxx Add support for AeonWave 2016-08-04 18:43:10 +02:00
CMakeLists.txt Cmake: ifx abuse of OBJECT libraries 2020-08-24 13:19:57 +01:00
fg_fx.cxx Adjust for changed SGXMLSound API 2020-10-29 16:22:35 +00:00
fg_fx.hxx ATC volume and settings passed to the group 2019-06-06 10:03:40 +01:00
flitevoice.cxx Voice synth: reduce some log output levels 2020-03-16 11:07:35 +00:00
flitevoice.hxx Stop TTS from playing over itself. 2017-03-20 22:27:10 +00:00
morse.cxx Move more modern C++ idioms and use std::unique_ptr for moving data ownership around 2020-03-26 09:55:11 +01:00
morse.hxx Add support for AeonWave 2016-08-04 18:43:10 +02:00
sample_queue.cxx Allow for multiple named chatter queue's 2018-05-29 09:31:01 +02:00
sample_queue.hxx Tolerate refactored SGSound headers. 2012-09-30 19:40:08 +01:00
soundgenerator.cxx Refactor morse and beacon as singleton 2011-09-13 20:12:52 +02:00
soundgenerator.hxx Fix some warnings 2015-06-12 11:51:11 +02:00
soundmanager.cxx Fix broken sound mute function 2020-03-13 11:13:30 +01:00
soundmanager.hxx Fix broken sound mute function 2020-03-13 11:13:30 +01:00
voice.cxx SGSubsystem classes: Registration of all subsystems. 2019-07-01 14:51:32 +02:00
voice.hxx SGSubsystem classes: Addition of staticSubsystemClassId() to all subsystems. 2019-07-01 14:51:32 +02:00
voiceplayer.cxx Add support for AeonWave 2016-08-04 18:43:10 +02:00
voiceplayer.hxx Make the sound-manager optional in a few places. 2012-10-01 10:10:34 +01:00
VoiceSynthesizer.cxx Be able to control atis speech pitch, volume and speed. 2020-11-01 09:29:20 +00:00
VoiceSynthesizer.hxx Clean shutdown+join of FLITE synthesis threads. 2017-02-21 11:01:16 +00:00