Hi,
I’m using FMOD 4.32.06, and FMOD_IPhone_OtherAudioIsPlaying does not return that another audio is playing even if there is.
To reproduce it, run an app with iPod playing on the background and run the app, the call result will be false while it should have been true.
It used to work fine before.
Thank you,
Laurent,
- Sanx asked 7 years ago
- You must login to post comments
I’ve just tested 4.32 and the function appears to be working correctly. Are you perhaps calling it before System::init? Do you see any relevant logs on the TTY when using logging mode? What hardware are you testing with? Have you tried the latest development branch release?
- Mathew Block answered 7 years ago
- You must login to post comments
Massive thanks Mathew.
I was testing it before the Init. It used to work 😉
I moved the code right after the Init and it works like a charm.
Keep up the great work.
Happy new year!
Laurent,
- Sanx answered 7 years ago
- You must login to post comments
Please login first to submit.