Hi,
I made an interface where the user can change the position of the speakers. After he made the change, i make a button to apply the change. The function is calling system.setspeakerposition(fmod.speaker, x, y, true) but it does not change nothing when i play an event.
Can you help me ?
Thank you !
The System::setSpeakerPosition()
function is reserved for the lowlevel API only. If you are using FMOD Studio projects then you won’t be able to use System::setSpeakerPosition()
as they don’t interact with each other.
Hi,
That’s what you told me by mail. Thanks for the response. If it could work in a future version, it could be nice 