songsee

Generate spectrograms and feature-panel visualizations from audio files.

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/Solitude01/proiect-new --skill songsee-solitude01
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: songsee
Source: https://github.com/Solitude01/proiect-new/tree/main/%E5%88%9B%E6%84%8F/%E9%A3%9E%E7%89%9B/OPENCLAW/openclaw/openclaw/skills/songsee
Command: npx skills add https://github.com/Solitude01/proiect-new --skill songsee-solitude01

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate spectrograms and feature-panel visualizations from audio to support quick analysis and presentation of audio data.

Core Features & Use Cases

  • Visualize audio with spectrograms and feature panels to compare tracks and identify patterns.
  • Integrate with CLI workflows for batch processing and automated visual reporting.

Quick Start

Run songsee on an audio file to produce a spectrogram image and a set of feature panels.

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 data analysis?

You can generate a spectrogram from an audio file by running a CLI command that decodes the audio and produces a spectrogram image. This supports exploratory data analysis and creates report-ready visual outputs.

What audio feature panel visualizations can I create for track comparison?

Audio feature panel visualizations for track comparison can be created using the --viz option. This allows you to configure multiple visualization types to identify patterns and compare tracks effectively within audio research workflows.

Can I configure frequency range and window size for audio spectrograms?

Yes, you can configure the frequency range, window, and hop size for audio spectrograms. These signal-processing parameters allow precise control over the visualization output to match your audio research workflow requirements.

Does the tool support batch processing for automated visual reporting?

The tool supports batch processing for automated visual reporting by integrating with CLI workflows. This allows you to process multiple audio files sequentially to generate spectrograms and feature panels automatically.

What audio decoding libraries are required to produce spectrogram images?

Producing spectrogram images requires native or library-based audio decoding to process the input files. No specific external dependencies are listed, so decoding relies on your system's available native audio libraries.