aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 057caa8..2a4f544 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ loudness-normalized master.
```bash
./producer episode.wav
-# -> episode_master.wav (44.1 kHz mono, RMS -20 dB, true peak <= -3 dB)
+# -> episode_processed.wav (44.1 kHz mono, RMS -20 dB, true peak <= -3 dB)
```
Everything a user doesn't need to touch lives in `lib/`: the first run
@@ -62,6 +62,11 @@ Batch: `./producer --batch takes/ -o masters/` expands a directory (or glob)
and processes each file. Reports: `--report` writes `<output>.report.json`
with before/after RMS, true peak, LUFS, noise floor, and per-stage timings.
+Without `-o`, outputs are written next to the input as
+`<input>_processed.<format>`. If the output path already exists, producer
+prompts to overwrite, rename (auto-numbered `..._1`, `..._2`, ...), or cancel;
+non-interactive runs (no terminal on stdin) auto-rename and say so.
+
Persistent settings go in `config.toml` in the repository root (auto-created on
first run; CLI flags always win). Example: