Tagged Questions

3
votes
8answers
1k views

After implementing fmod Visual C++ test strange behavior - All tests fail - Unable to get type… Error: System.IO.FileNotFoundException - if certain line of code in one test

Ok, I've figured out what caused the problem but I still don't know why - it happened when I started using fmod, and it must have something to do with how the linker decides to bring in and execute …
0
votes
2answers
39 views

How can I delay sound in each single speaker with FMOD?

Hi, I setted up a sound with multichannelsupport so now I need to delay the sound in each single speaker. How can I do this with FMODex? Is it possible to do that? Thanks for helping me! :)