What problem does it solve? Analyzing audio content visually requires specialized tooling; this Skill turns audio files into spectrograms and 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, flux) into a single image grid. - Time Slicing & Piping: Visualize specific audio segments with --start/--duration, or stream audio via stdin for pipeline integration. - 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. ## Quick Start Ask the assistant to generate a mel spectrogram of your audio file, for example: "Create a spectrogram of track.mp3 and save it as spectrogram.png."