songsee

Generate spectrograms and multi-panel audio feature visualizations from audio files.

228|35|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/kaminocorp/hermes-alpha --skill songsee-kaminocorp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: songsee
Source: https://github.com/kaminocorp/hermes-alpha/tree/main/hermes-agent/skills/media/songsee
Command: npx skills add https://github.com/kaminocorp/hermes-alpha --skill songsee-kaminocorp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This tool enables analysts and creators to transform raw audio into accessible visual representations, delivering spectrograms and multi-panel feature visualizations for analysis, debugging, and documentation.

Core Features & Use Cases

  • Generate a standard spectrogram and additional panels such as mel, chroma, MFCC, hpss, self-similarity, loudness, tempogram, and flux to inspect frequency, timbre, rhythm, and structure.
  • Useful for audio analysis, music production debugging, educational demonstrations, and visual documentation of processing pipelines.
  • Example: quickly verify a track's tempo, harmony, and spectral evolution by rendering a multi-panel visualization grid from a single file.

Quick Start

Run songsee on an audio file to produce a set of visualizations.

Frequently Asked Questions about songsee

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a spectrogram from an audio file?

You generate a spectrogram by running a audio visualization tool on your audio file to render a visual grid. This visualizes frequency evolution, supporting analysis, debugging, and documentation of the track.

What audio features can I visualize for music analysis besides a spectrogram?

You can visualize features such as mel, chroma, and MFCC for music analysis. These multi-panel visualizations help inspect timbre, harmony, and spectral characteristics to verify a track's structure.

Can I analyze rhythm and tempo by visualizing audio?

Yes, you can analyze rhythm and tempo by visualizing audio. Generating visualizations like tempograms and self-similarity matrices allows you to inspect the rhythm and structural progression of a track.

Does audio visualization support formats beyond WAV and MP3?

Audio visualization can support formats beyond WAV and MP3 if you optionally rely on ffmpeg. This extends the capability to render spectrograms and other visual panels from varied audio formats.

Do I need a CLI tool to render multi-panel audio visualizations?

Yes, you need a CLI tool capable of rendering multiple visualization panels to generate these outputs. This allows you to render spectrogram, mel, chroma, and MFCC visuals from input audio.