JorenSix / TarsosDSP

A Real-Time Audio Processing Framework in Java
http://0110.be/tag/TarsosDSP
GNU General Public License v3.0
1.97k stars 472 forks source link

Ability to use `AudioDispatcher` without an input line #221

Open hakanai opened 8 months ago

hakanai commented 8 months ago

Some instances of AudioProcessor just straight up create audio from nothing - overwriting the entire buffer.

Examples:

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.