From 98def09292f62ae0de17c1f60a2599c6e0b4fbce Mon Sep 17 00:00:00 2001 From: skal Date: Thu, 5 Mar 2026 22:14:25 +0100 Subject: 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 --- doc/TOOLS_REFERENCE.md | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'doc/TOOLS_REFERENCE.md') 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 -- cgit v1.2.3