Hi,
Is it erroneous to use mode FMOD_OPENMEMORY_POINT | FMOD_CREATESAMPLE with an ADPCM compressed fsb? Or should FMOD_CREATECOMPRESSEDSAMPLE be used instead?
Just wondering because FMOD doesn’t give any error from that as with other compressed formats supported by FMOD_CREATECOMPRESSEDSAMPLE, and the sound plays, but not correctly.
- outi asked 11 years ago
- You must login to post comments
It has to be createcompressed sample. normal createsample flag means decompress to pcm, so ‘point’ing is meaningless. I think it just strips the point flag away if you do this anyway.
- Brett Paterson answered 11 years ago
- You must login to post comments
Your Answer
Please login first to submit.