Open hakanai opened 8 months ago
Some instances of AudioProcessor just straight up create audio from nothing - overwriting the entire buffer.
AudioProcessor
Examples:
SineGenerator
NoiseGenerator
It would be nice if I could start the AudioDispatcher with no input, add one of these, and start composing effects on top of it.
AudioDispatcher
Some instances of
AudioProcessor
just straight up create audio from nothing - overwriting the entire buffer.Examples:
SineGenerator
NoiseGenerator
It would be nice if I could start the
AudioDispatcher
with no input, add one of these, and start composing effects on top of it.