songsee
| Version | 2026.144.1443 |
| Repo | superproject |
Generates spectral visualizations (spectrogram, mel, chroma) from an audio file
Installs the songsee CLI via go install github.com/steipete/songsee/cmd/songsee@latest into ~/go/bin (the
GOPATH bin dir, appended to PATH). songsee is a kong-based Go binary
that renders an input audio file into a spectral image. Verifiable
without an audio fixture: the binary lands at ~/go/bin/songsee, and
songsee --version execs the kong CLI and exits 0.
Acceptance plan
Section titled “Acceptance plan”This candy’s plan: — the runnable spec charly check executes against a live deployment. check: steps are idempotent probes; run: steps change state.
| Intent | Step |
|---|---|
run |
command=go install github.com/steipete/songsee/cmd/songsee@latest go clean -cache |
check |
the songsee binary is installed at ~/go/bin/songsee |
check |
running songsee --version execs the kong CLI and exits 0 |