質問

I have a MID file to play,and it spend 10s in normal speed.but when I call setMusicSpeed() to set 0.1,it also stop after 10s. I want to know why and how to solve it.

役に立ちましたか?

解決 2

I have get email from FMOD support.To get around this, you should set the length of the stream to infinite length, using FMOD_CREATESOUNDEXINFO and set length value to (unsigned int)-1;and it's works.

他のヒント

Hm. Maybe you forget to call system->Update(); Also, try linking with the logging version of FMOD.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top