1
0
Fork 0

Use the SimGear sample format types

This commit is contained in:
Erik Hofman 2016-06-27 13:21:13 +02:00
parent 54274a4b9c
commit 1eb6fb65dd

View file

@ -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);
}