repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | --- |
| #2 | name: songsee |
| #3 | description: Generate spectrograms and feature-panel visualizations from audio with the songsee CLI. |
| #4 | homepage: https://github.com/steipete/songsee |
| #5 | metadata: {"clawdbot":{"emoji":"🌊","requires":{"bins":["songsee"]},"install":[{"id":"brew","kind":"brew","formula":"steipete/tap/songsee","bins":["songsee"],"label":"Install songsee (brew)"}]}} |
| #6 | --- |
| #7 | |
| #8 | # songsee |
| #9 | |
| #10 | Generate spectrograms + feature panels from audio. |
| #11 | |
| #12 | Quick start |
| #13 | - Spectrogram: `songsee track.mp3` |
| #14 | - Multi-panel: `songsee track.mp3 --viz spectrogram,mel,chroma,hpss,selfsim,loudness,tempogram,mfcc,flux` |
| #15 | - Time slice: `songsee track.mp3 --start 12.5 --duration 8 -o slice.jpg` |
| #16 | - Stdin: `cat track.mp3 | songsee - --format png -o out.png` |
| #17 | |
| #18 | Common flags |
| #19 | - `--viz` list (repeatable or comma-separated) |
| #20 | - `--style` palette (classic, magma, inferno, viridis, gray) |
| #21 | - `--width` / `--height` output size |
| #22 | - `--window` / `--hop` FFT settings |
| #23 | - `--min-freq` / `--max-freq` frequency range |
| #24 | - `--start` / `--duration` time slice |
| #25 | - `--format` jpg|png |
| #26 | |
| #27 | Notes |
| #28 | - WAV/MP3 decode native; other formats use ffmpeg if available. |
| #29 | - Multiple `--viz` renders a grid. |
| #30 |