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

Developer builds terminal status bar to monitor Claude Code session limits after unexpected cutoff
A developer created a Python terminal statusline that shows Claude Code's session usage live after being cut off mid-refactor without warning. The tool uses existing sessions without requiring an API key.

IronBee: Open-source verification layer for Claude Code and Cursor
IronBee is an open-source verification layer that forces AI coding agents to test changes in a real browser before completing tasks. In testing, it caught bugs in 82% of Claude Code sessions that would have shipped without verification.

Utilyze: Open-Source GPU Monitor That Measures Real Compute Throughput, Not Just Kernel Activity
Utilyze samples hardware performance counters to report compute and memory throughput relative to theoretical limits, exposing that dashboards showing 100% utilization may have only 1-10% real throughput.

md-redline: GUI tool for reviewing and handing off markdown docs to Claude
md-redline is an open-source tool that lets you open markdown files in a GUI, leave inline comments stored as HTML markers in the .md file, and hand back off to Claude for updates. It runs locally with no account, cloud, or database required.