songsee

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

1.2k|116|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/math-inc/OpenGauss --skill songsee-math-inc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: songsee
Source: https://github.com/math-inc/OpenGauss/tree/main/skills/media/songsee
Command: npx skills add https://github.com/math-inc/OpenGauss --skill songsee-math-inc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Multi-panel visualizations: render spectrogram, mel, chroma, MFCC, and related analyses in a single view.
  • CLI-first workflow: run songsee from the terminal on audio files for quick analysis and documentation.
  • Use Case: debugging music production pipelines by visualizing tempo, pitch, and timbre changes across tracks.

Quick Start

Run songsee track.mp3 to generate a multi-panel visualization.

Frequently Asked Questions about songsee

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

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

Generate multi-panel spectrograms by running the songsee CLI script on an audio file, such as executing `songsee track.mp3` in your terminal to render visualizations.

What audio features can I visualize together in a single view?

You can visualize spectrogram, mel, chroma, and MFCC audio features together in a single multi-panel view to analyze pitch, tempo, and timbre changes across tracks.

Do I need FFmpeg to visualize non-WAV or MP3 audio formats?

FFmpeg is optional for non-WAV/MP3 audio formats, but you must have Go installed to build and run the CLI script to generate the spectrogram visualizations.

What is the best way to debug music production pipelines using audio analysis?

Debug music production pipelines by visualizing tempo, pitch, and timbre changes across tracks using a CLI-first workflow to render multi-panel spectrograms for quick analysis.

Can I use this spectrogram visualization tool for visual documentation tasks?

Yes, you can use the CLI to generate multi-panel audio feature visualizations suitable for visual documentation tasks and quick audio analysis from the terminal.