songsee

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

2.8k|332|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/moltis-org/moltis --skill songsee-moltis-org
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: songsee
Source: https://github.com/moltis-org/moltis/tree/main/crates/skills/src/assets/media/songsee
Command: npx skills add https://github.com/moltis-org/moltis --skill songsee-moltis-org

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate spectrograms and multi-panel audio feature visualizations from audio files to simplify analysis, debugging, and documentation.

Core Features & Use Cases

  • Generate spectrograms, mel, chroma, MFCC, and tempogram visualizations from a single audio file.
  • Create multi-panel visualizations suitable for presentations, tutorials, and debugging audio pipelines.
  • Use cases include audio analysis, music production debugging, and educational demonstrations.

Quick Start

Process an audio file to generate spectrograms and feature visualizations in a single command.

Frequently Asked Questions about songsee

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

FAQPage Schema
How do I generate spectrograms and MFCC visualizations from an audio file?

Generate spectrograms and MFCC visualizations from an audio file by processing it through a single command to produce multi-panel feature plots for analysis. The tool extracts mel, chroma, and tempogram features alongside the spectrogram output.

What audio feature visualizations can I create for music production debugging?

Audio feature visualizations for music production debugging include spectrograms, mel, chroma, MFCC, and tempogram multi-panel plots. These visualizations help identify frequency anomalies and audio pipeline issues across a single processed audio input.

Do I need ffmpeg to process audio formats for spectrogram generation?

You need ffmpeg optionally to process additional audio formats for spectrogram generation. A Go toolchain is required to install the binary, while ffmpeg extends format support beyond standard inputs for your audio analysis workflows.

Can I use multi-panel audio visualizations in educational demonstrations and notebooks?

Multi-panel audio visualizations are suitable for educational demonstrations in notebooks and tutorials. The generated spectrogram and feature plots present audio analysis concepts clearly, supporting CLI workflows and interactive learning environments.

What is the best way to visualize chroma and tempogram features for audio analysis?

The best way to visualize chroma and tempogram features for audio analysis is generating multi-panel plots from a single audio file. This approach accelerates documentation and simplifies debugging by displaying multiple feature representations simultaneously.

Why does my audio analysis workflow need a Go toolchain for spectrogram visualization?

Your audio analysis workflow needs a Go toolchain to install the spectrogram visualization binary. This requirement enables fast generation of multi-panel audio feature plots without Python dependencies or heavy runtime environments.