What problem does it solve?
Turning raw audio into useful visual representations and audio features is slow and repetitive when you have to manually configure transforms and plots, especially when you need consistent outputs for analysis, documentation, or debugging.
Core Features & Use Cases
- Spectrogram rendering: Generates standard frequency spectrograms and mel-scaled spectrograms for visual inspection of timbre and energy distribution over time.
- Music and audio feature panels: Produces multi-panel images including chroma, MFCC, loudness, tempogram, spectral flux, and self-similarity to support deeper music/audio understanding.
- Time-sliced analysis & batch-friendly CLI: Creates visuals for full tracks or specific time windows, which fits iterative workflows in audio research and production.
Quick Start
Run the command songsee track.mp3 --viz spectrogram,mel,chroma,mfcc,loudness --format png -o features.png to create a multi-panel visualization from your audio file.