Pregunta

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.

¿Fue útil?

Solución 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.

Otros consejos

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top