When I run my Web Csound project (still a work in progress) in Firefox I get lots of clicks and pops to the point where it’s unusable. However, the same code runs in Chrome beautifully with almost zero clicks and pops. Any ideas why this is? I don’t have another computer to test this out on right now, so I’m not sure if this is just a problem with my own computer or something inherent to the way Firefox and Chrome are designed.
EDIT: I did test this on another computer and found the same results. Firefox performs worse than Chrome.
Yep, I see “Using WASM + AudioWorklet Csound implementation” in the console. I’ll test this out on a more recent version of FF on my computer and see if the performance improves. Will report back.
I tested the project in FF 86.0. The performance is WAY better than 78.8.0esr. It’s a night and day difference, though the playback does stall briefly at times. Performance in Chrome 88.0 is still better. Thanks for helping me figure this performance issue out.