audio-judge

Assess text-to-speech audio quality for intelligibility and acceptability.

57|18|Updated Jul 9, 2025
One-click install
npx skills add https://github.com/mattmireles/kokoro-coreml --skill audio-judge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audio-judge
Source: https://github.com/mattmireles/kokoro-coreml/tree/main/.claude/skills/audio-judge
Command: npx skills add https://github.com/mattmireles/kokoro-coreml --skill audio-judge

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

The Skill addresses the issue of evaluating the audio quality of synthesized speech outputs, enabling efficient decision-making regarding TTS acceptability, intelligibility, and comparison with reference clips.

Core Features & Use Cases

  • Automated Audio Assessment: Quickly assesses the quality of audio clips generated from text-to-speech synthesis.
  • Reference Comparison: Enables side-by-side comparisons between synthesized and reference audio clips.
  • Use Case: For a new version of a text-to-speech software, the Skill can automatically check if the audio output matches expectations compared to the standard or previous versions.

Quick Start

To judge the quality of the generated TTS audio, run 'node scripts/run-audio-judge.mjs --clip coreml=/path/to/synthesized_audio.wav --baseline-label reference'.

Frequently Asked Questions about audio-judge

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I assess the audio quality of TTS synthesis outputs?

You can assess TTS audio quality by running automated scripts that evaluate synthesized speech for intelligibility and acceptability. This approach enables rapid decision-making regarding text-to-speech acceptability and comparison with reference clips.

How do I compare synthesized speech against a reference audio clip?

You compare synthesized speech against a reference clip by running an audio assessment script with parameters for the synthesized audio path and a baseline label. This enables side-by-side comparison to check if the TTS output matches expectations.

Can I automate text-to-speech evaluation for new software versions?

Yes, you can automate text-to-speech evaluation for new software versions. The automated audio assessment checks if the generated audio output matches expectations compared to the standard or previous versions.

Do I need Gemini to evaluate generated speech for intelligibility?

Yes, you need Gemini to evaluate generated speech for intelligibility. The audio quality assessment requires Gemini and specific scripting to perform the evaluation of text-to-speech synthesis outputs.

What is automated audio assessment for text-to-speech pipelines?

Automated audio assessment for text-to-speech pipelines is a process that quickly evaluates the quality of audio clips generated from TTS synthesis. It applies to pipelines requiring rapid evaluation of generated speech for intelligibility and acceptability.