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/TRACKER.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/TRACKER.md') diff --git a/doc/TRACKER.md b/doc/TRACKER.md index e2c21aa..75d6455 100644 --- a/doc/TRACKER.md +++ b/doc/TRACKER.md @@ -28,13 +28,13 @@ SAMPLE , , , , , , [OFFSET [OFFSET ] # ASSET_* from assets.txt # Asset samples (MP3, non-STRIP_ALL only): -# MP3 is detected by magic bytes and decoded to spectrogram at tracker_init(). -# Add to assets.txt: NAME, NONE, music/file.mp3, "description" +# Add to assets.txt with MP3 type: NAME, MP3, music/file.mp3, "description" +# Decoded to spectrogram at tracker_init(). SAMPLE ASSET_NAME [OFFSET ] # Decoded at init; same syntax as .spec # .spec format: SPEC_VERSION_V2_OLA (version=2). Synthesis uses IDCT-OLA # (Hann analysis window, 50% overlap, hop=256 samples at 32 kHz). -# Decode a .spec to WAV for inspection: spectool --wav input.spec out.wav +# Decode a .spec to WAV for inspection: spectool wav input.spec out.wav # Auto-generated notes (no SAMPLE declaration needed): # NOTE_C4, NOTE_A#3, NOTE_Eb2, etc. -- cgit v1.2.3