What problem does it solve?
Turns audio files into visual spectrograms and common audio feature plots so you can quickly understand frequency content, pitch, timbre, and onset/tempo-related characteristics.
Core Features & Use Cases
- Spectrogram generation: Create standard spectrograms and mel-scaled views for visualizing how energy changes over time.
- Music and audio feature visualizations: Render chroma, MFCC, loudness, tempogram, self-similarity, spectral flux, and more to support analysis and comparison.
- Time-slice and multi-panel outputs: Produce cropped segments and combined grids to document or debug specific moments in a track.
Example: You can visualize a guitar riff’s harmonic content (chroma/hpss) and detect possible onset moments (flux) to explain why a generated sound feels out of sync.
Quick Start
Install songsee, then run songsee yourtrack.mp3 -o spectrogram.png to generate a spectrogram image from your audio file.