AutoSear free tools — the studio, given away.
==================================================

These are the give-first DSP tools from Blikky / AutoSear. They are Python
command-line tools (real code, not a toy). Honest scope: you install Python +
a few audio libraries ONCE, then every tool runs on any .wav.

ONE-TIME SETUP
--------------
1. Install Python 3.10+  (python.org)
2. Install the audio libraries:
     pip install numpy scipy librosa soundfile pyloudnorm pedalboard

WINDOWS ZERO-COMMAND PATH
-------------------------
Drag any raw vocal .wav onto  Overhaul-This.bat  -> it overhauls the take and
opens the result. That is the whole thing.

COMMAND-LINE PATH (any OS)
--------------------------
See the full arsenal:            python suite.py list
Genre character in one command:  python one_click_chain.py "take.wav" --genre drill
Tune + knock an 808:             python eight_o_eight.py "808.wav" --key Fm
Rescue a bad phone take:         python rescue.py "take.wav" --lufs -14
Stack harmonies:                 python harmonize.py "lead.wav" --key Fm --layers oct_up,fifth,third
Analyze any track:               python fingerprint.py "track.wav"
Full docs:                       README.md  +  PRODUCER-AND-STACK-TOOLS.md

Every tool refuses silent/missing input and writes a finite, non-silent,
16-bit PCM .wav. Nothing writes back over your source audio.

Free for the crew, free for you. No account, no server, nothing phones home.
blikky.us
