nooise-1.1.2 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.
The app checks crates.io at most once every 24 hours while running and shows a small update message when a newer release is available.
Update
Checks crates.io and only reinstalls when a newer release exists.
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