diff options
| author | skal <pascal.massimino@gmail.com> | 2026-03-05 22:14:25 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-03-05 22:14:25 +0100 |
| commit | 98def09292f62ae0de17c1f60a2599c6e0b4fbce (patch) | |
| tree | 0ccc8f8bb0bb995cad3484ddcc568ff6b1674233 /doc | |
| parent | 2f8926f433248af28081497e8371e02abe61d6ff (diff) | |
chore: remove dead specplay tool and all references
specplay was removed from the build but source/docs remained.
Delete tools/specplay.cc, tools/specplay_README.md, and remove
specplay sections from TOOLS_REFERENCE.md and BACKLOG.md.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/BACKLOG.md | 10 | ||||
| -rw-r--r-- | doc/TOOLS_REFERENCE.md | 14 |
2 files changed, 0 insertions, 24 deletions
diff --git a/doc/BACKLOG.md b/doc/BACKLOG.md index 68995a7..1aa911d 100644 --- a/doc/BACKLOG.md +++ b/doc/BACKLOG.md @@ -6,16 +6,6 @@ This file contains low-priority tasks and ideas that have not yet been triaged f ## Audio Tools -### Task #64: specplay Enhancements -Extend audio analysis tool with new features: -- **Priority 1**: Spectral visualization (ASCII art), waveform display, frequency analysis, dynamic range -- **Priority 2**: Diff mode (compare .wav vs .spec), batch mode (CSV report, find clipping) -- **Priority 3**: WAV export (.spec → .wav), normalization -- **Priority 4**: Spectral envelope, harmonic analysis, onset detection -- **Priority 5**: Interactive mode (seek, loop, volume control) - -See `tools/specplay_README.md` for detailed feature list. - ### Task #65: Data-Driven Tempo Control Move tempo variation from code to data files. diff --git a/doc/TOOLS_REFERENCE.md b/doc/TOOLS_REFERENCE.md index f99d213..6315a17 100644 --- a/doc/TOOLS_REFERENCE.md +++ b/doc/TOOLS_REFERENCE.md @@ -43,20 +43,6 @@ cmake --build build -j4 --- -## specplay (Diagnostic) - -```bash -# Analyze .spec file -./build/specplay input.spec - -# Or analyze .wav file -./build/specplay input.wav -``` - -Output: Peak, RMS, clipping detection. - ---- - ## Code Coverage (macOS) ```bash |
