Audio Engineer Builds Mix Analysis Tool with Claude Code

An audio engineer has built a mix analysis tool using Claude Code that provides direct feedback on audio mixes. The tool addresses common problems like muddy low-mids, insufficient headroom, and vocals buried in the mix.
How It Works
The tool uses the Web Audio API to analyze frequency balance, dynamics, stereo width, and loudness. Claude then generates a detailed breakdown of what needs work, functioning like an engineer friend who provides honest feedback without sugarcoating.
Features
- Free tier: Provides a quick roast highlighting main issues
- Paid pro report: Offers deep dive analysis with frequency-by-frequency notes and specific plugin suggestions
Technical Implementation
The entire application was built with Claude Code, including:
- Frontend development
- Analysis logic
- Prompt engineering for roast output
The developer noted that the most challenging aspect was getting the Web Audio API to extract meaningful data from audio files before sending it to Claude for interpretation.
The tool is available at roastyourmix.com.
📖 Read the full source: r/ClaudeAI
👀 See Also

docvault: Generate Local API Docs to Reduce AI Hallucinations
docvault is a tool that generates markdown API references from source code to help Claude and other LLMs stop hallucinating function signatures. It works for Rust crates and Python packages, outputs a two-tier markdown file, and includes a Claude Code plugin for hands-free operation.

Unofficial Ultrahuman Ring MCP Server for AI Agent Integration
A community-developed MCP server wraps the Ultrahuman Partner API, allowing AI coding agents to directly access ring and CGM metrics like sleep, HRV, glucose, and recovery scores via structured data calls.

Open-source Specialist Dispatch adapter delegates complex tasks to Claude Code
expert-dispatch is a ~500-line bash script that lets a cheap AI assistant delegate complex coding tasks to Claude Code CLI. It uses commands like dispatch-cc run to send tasks and maintains per-project directories with CLAUDE.md for persistent context.

Pu.sh: 400-Line Shell Script Coding-Agent Harness from HN
Pu.sh is a portable coding-agent harness in 400 lines of shell (sh, curl, awk), supporting Anthropic + OpenAI, 7 tools, REPL, checkpoint/resume, and pipe mode — with 90 no-API tests.