songsee

Generates spectrograms and multi-feature visualizations from audio files via CLI.

3|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/DarkArty07/Aether-Agents --skill songsee-darkarty07
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: songsee
Source: https://github.com/DarkArty07/Aether-Agents/tree/main/home/skills/media/songsee
Command: npx skills add https://github.com/DarkArty07/Aether-Agents --skill songsee-darkarty07

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the tedious manual work of creating audio spectrograms and feature visualizations for analysis, debugging, or audio pipeline documentation, saving you hours of specialized tooling setup and manual processing.

Core Features & Use Cases

  • Multi-Type Audio Visualizations: Generate standard spectrograms, mel-scaled spectrograms, chroma features, MFCCs, and 6 other audio feature visualizations with a single CLI command.
  • Flexible Analysis Options: Slice audio by time range, adjust FFT parameters, and combine multiple visualization types into a single multi-panel grid for comparative analysis.
  • Use Case: Audio engineers can use this Skill to quickly debug synthesis outputs by visualizing spectral changes, while researchers can extract and compare audio features across different music tracks for analysis projects.

Quick Start

Use the songsee skill to generate a multi-panel visualization grid of spectrogram, mel, chroma, and MFCC features from the attached audio file 'track.mp3' and save it to 'audio_analysis.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 an MP3 file?

To generate an audio spectrogram, use the songsee CLI tool to process your MP3 file and output a visualization image without requiring specialized tooling setup.

What audio features can I visualize for music analysis?

For music analysis, you can visualize standard spectrograms, mel-scaled spectrograms, chroma features, MFCCs, and 6 other audio features using a single CLI command.

Do I need ffmpeg to analyze non-WAV audio formats?

Yes, you need optional ffmpeg support to process non-WAV/MP3 audio formats, while the core songsee CLI tool itself must be installed via Go.

Can I compare multiple audio visualizations in a single image?

Yes, you can combine multiple visualization types into a single multi-panel grid to perform comparative analysis of spectral, timbral, and rhythmic audio features.

How do I slice audio by time range for spectrogram visualization?

You can slice audio by specifying a time range and adjusting FFT parameters within the songsee CLI to render customizable, time-sliced visualization outputs.

What is the best way to debug an audio processing pipeline visually?

The best way to debug an audio processing pipeline is generating multi-feature visualizations to inspect spectral changes, allowing audio engineers to quickly identify synthesis output anomalies.