Agent skill

songsee

Generate spectrograms and feature-panel visualizations from audio with the songsee CLI.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/unknown-drshailesh88-krypto-6

Metadata

Additional technical details for this skill

clawdbot
{
    "emoji": "\ud83c\udf0a",
    "install": [
        {
            "id": "brew",
            "bins": [
                "songsee"
            ],
            "kind": "brew",
            "label": "Install songsee (brew)",
            "formula": "steipete/tap/songsee"
        }
    ],
    "requires": {
        "bins": [
            "songsee"
        ]
    }
}

SKILL.md

songsee

Generate spectrograms + feature panels from audio.

Quick start

  • Spectrogram: songsee track.mp3
  • Multi-panel: songsee track.mp3 --viz spectrogram,mel,chroma,hpss,selfsim,loudness,tempogram,mfcc,flux
  • Time slice: songsee track.mp3 --start 12.5 --duration 8 -o slice.jpg
  • Stdin: cat track.mp3 | songsee - --format png -o out.png

Common flags

  • --viz list (repeatable or comma-separated)
  • --style palette (classic, magma, inferno, viridis, gray)
  • --width / --height output size
  • --window / --hop FFT settings
  • --min-freq / --max-freq frequency range
  • --start / --duration time slice
  • --format jpg|png

Notes

  • WAV/MP3 decode native; other formats use ffmpeg if available.
  • Multiple --viz renders a grid.

Didn't find tool you were looking for?

Be as detailed as possible for better results