A helper object to create synthesized sound samples.
Construct it with the synth function.
AudioOutputThread ao = AudioOutputThread(true); with(ao.synth) ao.playSynth(beep, boop, blip);
See Implementation
Added October 29, 2022 (dub v10.10)
A helper object to create synthesized sound samples.
Construct it with the synth function.