From 2d8dbe013e861df212151c31c0c0ac87123ce30b Mon Sep 17 00:00:00 2001 From: Armin Date: Mon, 6 Jul 2026 18:10:58 +0200 Subject: [PATCH] Update README to document new realtime controls Mention the expanded window function selector, peak-hold decay control, and cutoff max falloff control in the 'What it does' section. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 837a7c9..0ce8903 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,8 @@ Drag or load an audio file, and tcdweb will: 4. Apply a two-layer verdict system to classify the file 5. Display a detailed decision log, confidence score, and interactive charts -It includes a **realtime FFT analyzer**, a **waveform viewer with playback**, +It includes a **realtime FFT analyzer** (with 8 window functions, configurable +peak-hold decay, and cutoff max falloff), a **waveform viewer with playback**, **BPM detection**, **metadata tag parsing** (ID3v1/v2, FLAC, APE), and a full data table with every computed value.