songsee

Generate audio spectrograms and feature visualizations from WAV and MP3 files.

Updated May 14, 2026
One-click install
npx skills add https://github.com/SethyPagna/Secretary-Jarvis --skill songsee-sethypagna
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: songsee
Source: https://github.com/SethyPagna/Secretary-Jarvis/tree/main/src/capabilities/skills/media/songsee
Command: npx skills add https://github.com/SethyPagna/Secretary-Jarvis --skill songsee-sethypagna

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Songsee turns audio files into visual summaries so you can inspect frequency content, pitch, rhythm, and dynamics without manually building analysis plots.

Core Features & Use Cases

  • Generate standard spectrograms and multi-panel feature grids from audio files.
  • Analyze mel, chroma, hpss, self-similarity, loudness, tempogram, mfcc, and flux views for music review, synthesis debugging, or documentation.
  • Work with WAV and MP3 natively, with ffmpeg available for additional formats.

Quick Start

Use the songsee skill to create a multi-panel spectrogram visualization from an audio file and save the result as a PNG.

Frequently Asked Questions about songsee

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

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

You can create an audio spectrogram from WAV and MP3 files by using a visualization tool that processes frequency content into a clear image. This allows you to inspect pitch, rhythm, and dynamics visually for analysis or documentation.

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

Besides a standard spectrogram, you can visualize mel, chroma, hpss, self-similarity, loudness, tempogram, mfcc, and flux views. These multi-panel feature grids provide detailed visual summaries for music review and synthesis debugging.

Do I need ffmpeg to process audio files for visualization?

You only need ffmpeg for visualizing non-native audio formats. WAV and MP3 files are supported natively for spectrogram generation, while ffmpeg provides decoding support for additional file types.

How does visualizing MFCC and chroma features help with synthesis debugging?

Visualizing MFCC and chroma features aids synthesis debugging by transforming audio into visual summaries that highlight frequency content and pitch. This allows you to inspect anomalies and compare outputs without manually building analysis plots.

What is the best way to document audio analysis outputs for comparison?

The best way to document audio analysis outputs is to generate configurable multi-panel spectrograms and export them as image files like PNG. This creates clear visual records of frequency and dynamics for comparison and documentation workflows.