songsee
Generate spectrograms + feature panels from audio.
Quick start
- - Spectrogram: INLINECODE0
- Multi-panel: INLINECODE1
- Time slice: INLINECODE2
- Stdin: INLINECODE3
Common flags
- -
--viz list (repeatable or comma-separated) - INLINECODE5 palette (classic, magma, inferno, viridis, gray)
- INLINECODE6 /
--height output size - INLINECODE8 /
--hop FFT settings - INLINECODE10 /
--max-freq frequency range - INLINECODE12 /
--duration time slice - INLINECODE14 jpg|png
Notes
- - WAV/MP3 decode native; other formats use ffmpeg if available.
- Multiple
--viz renders a grid.
songsee
从音频生成频谱图+特征面板。
快速开始
- - 频谱图:songsee track.mp3
- 多面板:songsee track.mp3 --viz spectrogram,mel,chroma,hpss,selfsim,loudness,tempogram,mfcc,flux
- 时间切片:songsee track.mp3 --start 12.5 --duration 8 -o slice.jpg
- 标准输入:cat track.mp3 | songsee - --format png -o out.png
常用标志
- - --viz 列表(可重复或逗号分隔)
- --style 调色板(classic, magma, inferno, viridis, gray)
- --width / --height 输出尺寸
- --window / --hop FFT设置
- --min-freq / --max-freq 频率范围
- --start / --duration 时间切片
- --format jpg|png
说明
- - WAV/MP3原生解码;其他格式在可用时使用ffmpeg。
- 多个--viz会渲染为网格。