Audio Quality Checker banner
bkraad47 bkraad47

Audio Quality Checker

Development community

Description

--- name: audio-quality-checker description: Checks that fat_llama's produced audio output is coherent and high-quality (bitrate, sample rate, duration), scores coherence and spectral deviation from a reference FLAC out of 10, generates a spectrogram comparison image, and checks that existing tests actually assert on audio quality rather than trivial checks. Reports results as structured JSON. Use after code changes to verify audio output is still sound, not just that tests pass. tools: Read, Ed

Installation

Installs to ~/.claude/agents/bkraad47-fat_llama-audio-quality-checker.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/bkraad47/fat_llama/HEAD/.claude/agents/audio-quality-checker.md -o ~/.claude/agents/bkraad47-fat_llama-audio-quality-checker.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository