songsee

Convert audio files into spectrograms and feature-panel visualizations using the songsee CLI.

Updated Jan 16, 2026
One-click install
npx skills add https://github.com/czue/clawdbot --skill songsee-czue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: songsee
Source: https://github.com/czue/clawdbot/tree/main/skills/songsee
Command: npx skills add https://github.com/czue/clawdbot --skill songsee-czue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate accessible visual representations of audio content by transforming raw audio into spectrograms and feature panels, enabling easier analysis and interpretation.

Core Features & Use Cases

  • Generate spectrograms from audio tracks to inspect frequency content over time.
  • Produce multiple feature panels (e.g., mel, chroma, MFCC, loudness) in a single visualization grid.
  • Quick exports of slices or complete visualizations for reports, presentations, or research.

Quick Start

Process an audio file to generate a spectrogram and multiple feature-panel visualizations with the songsee CLI.

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?

Generate a spectrogram from an audio file by running it through the command-line interface. The tool accepts common formats like WAV and MP3, converting raw audio into visual representations to inspect frequency content over time.

What is a feature-panel visualization for audio analysis?

A feature-panel visualization displays multiple audio characteristics like mel, chroma, MFCC, and loudness in a single grid. This simplifies audio analysis by allowing you to interpret various signal properties simultaneously rather than isolated metrics.

Can I export time slices from a spectrogram for research reports?

Yes, you can export time slices from a spectrogram for research reports. The tool supports quick exports of specific slices or complete visualizations, making it suitable for presentations and research workflows.

Does the audio visualization tool support streaming input?

Yes, the audio visualization tool supports streaming input alongside single-file runs and multi-panel grids. This allows for real-time audio processing and visualization without needing to pre-record or save entire files.

Do I need a specific command-line tool to create mel and chroma visualizations?

Yes, you need the songsee CLI installed to create mel and chroma visualizations. Once installed, you can configure visualization options using the --viz flag and related command-line arguments.

What is the best way to analyze multiple audio features in one view?

The best way to analyze multiple audio features in one view is generating a multi-panel grid. This approach combines spectrograms with feature panels like MFCC and loudness, simplifying complex interpretation for music analysis and speech processing.