AudioPcmOutThreadImplementation.synth

A helper object to create synthesized sound samples.

Construct it with the synth function.

class AudioPcmOutThreadImplementation
synth
()

Examples

AudioOutputThread ao = AudioOutputThread(true);
with(ao.synth) ao.playSynth(beep, boop, blip);

Meta

History

Added October 29, 2022 (dub v10.10)

Suggestion Box / Bug Report