I have been using the FMOD API to play mp3 audio from file with no problems but when I plug in an mp4 file all of the FMOD_RESULTs return OK but no sound plays.
Is there an extra step or something that is needed to play the audio track from an mp4 file?
My mistake - I’ve double checked with our development team and they’ve informed me that the three instances mp4 is supported (Android, iOS, UWP) is tied to the method it has been built with. I believe it isn’t possible to simply grab the decoder from within a baked UWP app and use it elsewhere. We would not be able to provide any support for if this was somehow managed.
AVI is a container format which could contain all kinds of audio formats. We don’t supports parsing AVI, so FMOD probably wouldn’t be able to find the audio unless it was MP3. You can use FMOD_MPEGSEARCH which might be able to find the MP3.