SAS Audio Processor
A suite of 25 audio processing tools — trim, normalize, compress, EQ, reverb, pitch-shift, time-stretch, key detection, MIDI extraction, and more — exposed as MCP tools via DeclarAgent.
What You Get
Category Tools Processing trim, time-stretch, convert, mono, silence-remove, split-bars Effects normalize, gain, compress, eq, reverb, limit, filter, pitch-shift Analysis analyze, detect-key, loudness, onset-detect MIDI melody-to-midi Composite master-track, sample-prep, tempo-match, full-analysis, melody-extract
Every tool accepts WAV files and outputs structured JSON.
Quick Start (Claude Code)
This is the primary use case — use these audio tools directly from Claude Code via MCP.
1. Install DeclarAgent
go install github.com/stevehiehn/declaragent@latest
2. Install sas-audio-processor
... continue reading