nooise-1.1.1 is not a library.
I wanted an excuse to build a Rust synth engine. I kept putting on long, repetitive ambient music to get into flow, so I made a small terminal app that does that.
nooise is one Rust binary: terminal UI, synth engine, and live controls.
Install
nooise requires Rust. Install it with rustup:
|
Open a new terminal after rustup finishes, then install nooise:
Start
Press q to quit.
Update
nooise upgrade does the same thing.
Render to a File
Renders the default mix straight to a wav, no audio device needed. Pass --seed N to make the render reproducible.
From Source