| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 9 days | test(spectool): Add end-to-end test for analysis tool | skal | |
| Adds a new CTest unit test that performs a full, end-to-end verification of the 'spectool analyze' command. The test programmatically generates a sine wave, saves it as a .wav file, executes the spectool executable as a subprocess to analyze the wave, and then verifies the integrity of the resulting .spec file. This ensures the analysis pipeline (WAV decoding, windowing, FDCT, and file I/O) works correctly. | |||
| 9 days | feat(spectool): Add MP3 support for audio analysis | skal | |
| Leverages the built-in MP3 decoder in miniaudio to allow spectool's 'analyze' command to process .mp3 files in addition to .wav files. Updates the tool's command-line help text and the project's HOWTO.md to reflect the new capability. | |||
