diff options
Diffstat (limited to 'doc/TOOLS_REFERENCE.md')
| -rw-r--r-- | doc/TOOLS_REFERENCE.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
