What problem does it solve?
This skill addresses the difficulty of manually analyzing audio files by providing a command-line interface to generate visual representations of sound, such as spectrograms and pitch distributions.
Core Features & Use Cases
- Multi-panel Visualization: Generate complex grids showing mel-spectrograms, chroma, MFCCs, and more in a single image.
- Audio Analysis: Quickly debug synthesis, compare audio outputs, or document processing pipelines through visual evidence.
- Use Case: A developer working on a music synthesis project can use this to generate a tempogram and spectral flux chart to verify the timing and onset detection accuracy of their audio output.
Quick Start
Use the songsee skill to generate a multi-panel visualization grid for the audio file track.mp3 by running the command songsee track.mp3 --viz spectrogram,mel,chroma,hpss,selfsim,loudness,tempogram,mfcc,flux.