Advertisement

FMOD Question

Started by April 30, 2011 09:08 AM
0 comments, last by teutonicus 13 years, 7 months ago
Hello everyone, I'm trying out the FMOD API to play some sounds on my game.
I'm using FMOD_System_PlaySound(mSystem, FMOD_CHANNEL_FREE, sound, true, &channel); and it works fine, but I need to play looping sounds. Anyone knows how can i do it?
Search the FMOD docs for a function called 'setLoopCount'.

This topic is closed to new replies.

Advertisement