What problem does it solve? Analyzing audio content typically requires opening a DAW or writing custom signal-processing code. This Skill turns any audio file into visual spectrograms and feature plots (mel, chroma, MFCC, and more) with a single CLI command, making audio inspection fast and scriptable. ## 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 image. - Time Slicing & Piping: Visualize a specific segment 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 the synthesis pipeline. ## Quick Start Ask the assistant to generate a mel spectrogram of your audio file, for example: "Create a spectrogram and chroma visualization of track.mp3 and save it as analysis.png."