Use the SimGear sample format types
This commit is contained in:
parent
54274a4b9c
commit
1eb6fb65dd
1 changed files with 1 additions and 1 deletions
|
@ -108,6 +108,6 @@ SGSoundSample * FLITEVoiceSynthesizer::synthesize(const std::string & text, doub
|
||||||
return new SGSoundSample(&data,
|
return new SGSoundSample(&data,
|
||||||
count * sizeof(short),
|
count * sizeof(short),
|
||||||
rate,
|
rate,
|
||||||
AL_FORMAT_MONO16);
|
SG_SAMPLE_MONO16);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue