I’m trying to set up the pthread-enabled wasm port. Everything seems alright, except sounds that are played by programmer sounds are silent. Swapping fmodstudioPL.js with fmodstudioL.js makes all sounds audible.
All sounds are loaded without the nonblocking flag. The exact same code works with the single-threaded version, and is silent with the pthread version.
Sounds doesn’t sound like a word anymore.
Is there something different about how programmer sounds are created with multiple threads?
Thanks ![]()