What problem does it solve? Analyzing audio content visually requires specialized tooling; this Skill turns audio files into spectrograms and multi-panel feature visualizations (mel, chroma, MFCC, and more) with a single CLI command, making audio characteristics inspectable as images. ## Core Features & Use Cases - Spectrogram Generation: Render standard, mel-scaled, and styled spectrograms from WAV or MP3 files with configurable FFT window, hop size, and frequency range. - Multi-Panel Feature Grids: Combine up to nine visualization types (chroma, HPSS, self-similarity, loudness, tempogram, MFCC, spectral flux) into a single grid image. - Time Slicing & Flexible I/O: Extract specific time ranges with --start/--duration, read audio from stdin, and output PNG or JPG at custom dimensions. - Use Case: Compare two synthesized audio outputs by generating side-by-side mel spectrograms, then inspect the images with a vision model to verify frequency content and detect artifacts. ## Quick Start Generate a mel spectrogram from the attached audio file 'track.mp3' and save it as a PNG image.