songsee

Generate spectrograms and feature-panel visualizations from audio files.

Updated May 8, 2026
One-click install
npx skills add https://github.com/freire19/Mythos --skill songsee-freire19
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: songsee
Source: https://github.com/freire19/Mythos/tree/main/skills/songsee
Command: npx skills add https://github.com/freire19/Mythos --skill songsee-freire19

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

You need a fast way to visually inspect audio content (frequency changes, harmonics, timbre) without manually running complex audio analysis tooling.

Core Features & Use Cases

  • Generate spectrograms and feature panels: Create visual representations such as mel, chroma, MFCC, loudness, and more for deeper understanding of sound.
  • Focus on time ranges: Produce time-sliced outputs so you can analyze specific sections of a track (e.g., a chorus or event).
  • Flexible input and rendering: Accept audio via file paths or stdin, and render one or multiple visualizations into image outputs.

Quick Start

Run songsee on your audio file to generate a spectrogram image for quick visual analysis of frequency content.

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 for visual analysis?▼

To generate a spectrogram from an audio file, you can use a CLI tool that accepts audio via file paths or stdin and renders frequency content into image outputs for rapid visual inspection.

What audio features can I visualize beyond a standard spectrogram?▼

Beyond a standard spectrogram, you can visualize audio features such as mel, chroma, MFCC, and loudness by selecting specific visualization types to render deeper sound characteristics into image outputs.

Can I visualize a specific time range or section of an audio track?▼

Yes, you can produce time-sliced outputs to visualize a specific time range of an audio track by specifying optional start and duration parameters to isolate sections like a chorus or event.

Does audio visualization support batch rendering of multiple feature panels?▼

Yes, audio visualization workflows support batch-style rendering, allowing you to render one or multiple visualization types simultaneously from a single audio file into separate image outputs.

What is the best way to inspect audio frequency changes without complex analysis tooling?▼

The best way to inspect audio frequency changes without complex tooling is generating spectrogram and feature-panel visualizations, which provide a fast visual representation of harmonics, timbre, and frequency shifts.

How do I pass audio data via stdin for spectrogram generation?▼

You can pass audio data via stdin for spectrogram generation by piping the audio stream directly into the CLI, which processes the input and outputs the rendered visualization image.