I haven’t had any luck finding an answer in the examples or in the docs. Since the 360 is using the lib with all plugins included is there a way to explicitly specify which codec to use when calling createstream instead of having fmod try each codec until it finds the right one. I am running in to timing issues with streams, I know one simple workaround is to create them asynchro but it seems inefficient to try all the codecs when extensions or tags can specify the correct type.
- carsonfee asked 12 years ago
- You must login to post comments
The information can be found from the createStream documentation linking to FMOD_CREATESOUNDEXINFO structure. It has a member called ‘suggestedsoundtype’
- Brett Paterson answered 12 years ago
- You must login to post comments
Your Answer
Please login first to submit.