diff options
| author | skal <pascal.massimino@gmail.com> | 2026-03-05 22:20:27 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-03-05 22:20:27 +0100 |
| commit | b7fc4aa9a6bd15ce9780d46a425971d523c10b92 (patch) | |
| tree | d1d9c6ef0f0b1ff2f4ffdcd945732320ef14e709 /doc/HOWTO.md | |
| parent | 98def09292f62ae0de17c1f60a2599c6e0b4fbce (diff) | |
fix(spectool): rename --wav flag to wav subcommand for consistency
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'doc/HOWTO.md')
| -rw-r--r-- | doc/HOWTO.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/HOWTO.md b/doc/HOWTO.md index cc43e7c..bfb47fd 100644 --- a/doc/HOWTO.md +++ b/doc/HOWTO.md @@ -262,7 +262,7 @@ Requires `ffmpeg` for `.aif` input files. Output uses v2 format (OLA, Hann, hop= To verify or inspect a `.spec` file as audio: ```bash -./build/spectool --wav input.spec output.wav +./build/spectool wav input.spec output.wav ``` Produces a mono 16-bit PCM WAV at 32 kHz using IDCT-OLA synthesis (no synthesis window — |
