The studio tools,
handed over.
Real DSP tools the industry keeps behind a paywall, given to you free. Tune an 808 so it reads on phone speakers. Rescue a phone-mic take. Stack harmonies from one vocal. Print a whole genre's vocal character in one command. Same engine that feeds the AutoSear plugins, as scriptable command-line tools.
.wav. On Windows there is a zero-command path: drag a vocal onto one file. Nothing phones home, nothing writes over your source audio, and every tool refuses silent or missing input.
Five that punch hardest.
The tools that solve the problems bedroom artists actually get stuck on. The full arsenal is in the download; run python suite.py list to see all of it.
One-Click Chain
Name a genre, get the sound. Arranges the whole chain into the vocal character a genre lives on. Drill, R&B, hyperpop, rage, trap, jersey, afroswing, plugg, clean.
python one_click_chain.py "take.wav" --genre drill
AutoSear 808
Detect the 808 fundamental, tune it to your key, saturate it so the pitch reads on phone speakers, tighten the transient, clean the subsonics.
python eight_o_eight.py "808.wav" --key Fm --knock 0.6
Rescue
Make a bad recording usable. Denoise, de-breath, de-ess and level in one pass, so the room and the mic stop filtering you out.
python rescue.py "phone_take.wav" --lufs -14
Harmonizer
One lead take becomes a key-snapped, stereo-spread stack. The "why are their vocals so full" move. Honest scope: parallel intervals, one voice multiplied.
python harmonize.py "lead.wav" --key Fm --layers oct_up,fifth,third
Fingerprint
Point it at any track: key, BPM, LUFS, true-peak and headroom, tonal balance, brightness. The numbers the label keeps and the artist needs.
python fingerprint.py "track.wav"
The rest of it
Autotune, melodic tune, de-breath, air, ad-lib doubler, vocal rider, drum glue, sidechain, sample prep, widen, de-clip, tape, master, mix assistant and more.
python suite.py list
Set up once. Then it just works.
Windows · zero-command path
.wav onto Overhaul-This.bat. It overhauls the take (match a produced target, then reverb / double / width / air at produced loudness) and opens the result. That is the whole thing.Any OS · command line
pip install numpy scipy librosa soundfile pyloudnorm pedalboard
python suite.py list python one_click_chain.py "take.wav" --genre trap python fingerprint.py "your_song.wav"