Just looking for some general guidance to speed my own testing:
I'll be playing ONE looping mono sound sample (maybe 6 seconds) at a time... but MANY different ones over the course of the game. I'd love the flexibility of applying effects on the fly, rather than baking them into every single WAV. Plus then I can randomize them.
Are any of these Lua SDK fx "frugal" with CPU time? I don't want to bog down my graphics!
Those are all very simple algorithms; I don't expect you'd notice much CPU hit. The device stats display in the simulator will show that processing time in the Audio category, so it'll be easy to tell how much CPU they're taking vs. game code.
On the macOS sim, it's under Window > Device Info, or command-D. I expect it's in a similar place on the other sims, can't check that because I don't have a linux or windows machine here.