From b7fc4aa9a6bd15ce9780d46a425971d523c10b92 Mon Sep 17 00:00:00 2001 From: skal Date: Thu, 5 Mar 2026 22:20:27 +0100 Subject: fix(spectool): rename --wav flag to wav subcommand for consistency Co-Authored-By: Claude Sonnet 4.6 --- doc/TOOLS_REFERENCE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/TOOLS_REFERENCE.md') diff --git a/doc/TOOLS_REFERENCE.md b/doc/TOOLS_REFERENCE.md index 6315a17..8614463 100644 --- a/doc/TOOLS_REFERENCE.md +++ b/doc/TOOLS_REFERENCE.md @@ -32,7 +32,7 @@ cmake --build build -j4 ./build/spectool analyze input.wav output.spec --normalize 0.20 # custom RMS target # Decode .spec → mono 16-bit WAV (32 kHz, IDCT-OLA synthesis) -./build/spectool --wav input.spec output.wav +./build/spectool wav input.spec output.wav # Play .spec file via audio device ./build/spectool play input.spec -- cgit v1.2.3