What problem does it solve? Analyzing audio content for debugging synthesis, comparing outputs, or documenting pipelines requires visual representations of frequency and temporal features, which are tedious to produce manually. ## Core Features & Use Cases - Spectrogram Generation: Create standard, mel-scaled, and chroma spectrograms from WAV or MP3 files via the songsee Go CLI. - Multi-Panel Grids: Combine up to nine visualization types (spectrogram, mel, chroma, hpss, selfsim, loudness, tempogram, mfcc, flux) into a single grid image. - Time Slicing: Visualize a specific segment of audio using start and duration parameters, with customizable color palettes and image dimensions. - Use Case: When debugging an audio synthesis pipeline, generate a five-panel grid of spectrogram, mel, chroma, tempogram, and flux views of a track, then feed the image to a vision analysis tool for automated inspection. ## Quick Start Generate a spectrogram image from my track.mp3 file and save it as spectrogram.png.