From 3dd168569a93d3130a715c0face7babdb614513a Mon Sep 17 00:00:00 2001 From: Erik Hofman Date: Mon, 27 Jun 2016 13:21:13 +0200 Subject: [PATCH] Use the SimGear sample format types --- src/Sound/VoiceSynthesizer.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Sound/VoiceSynthesizer.cxx b/src/Sound/VoiceSynthesizer.cxx index 0942e2a7d..5871716d0 100644 --- a/src/Sound/VoiceSynthesizer.cxx +++ b/src/Sound/VoiceSynthesizer.cxx @@ -108,6 +108,6 @@ SGSoundSample * FLITEVoiceSynthesizer::synthesize(const std::string & text, doub return new SGSoundSample(&data, count * sizeof(short), rate, - AL_FORMAT_MONO16); + SG_SAMPLE_MONO16); } -- 2.39.5