analyze_tts
Analyze TTS audio recordings to debug issues by generating transcripts, quality scores, pacing analysis, and mispronunciation detection when expected text is provided.
Instructions
Full TTS audio analysis — transcription, quality scores, pacing analysis, and optional mispronunciation detection. Returns a comprehensive report for debugging TTS issues.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | Language code (default: en) | en |
| audio_path | Yes | Path to the TTS audio file | |
| expected_text | No | Optional: the text that was supposed to be spoken (enables mispronunciation detection) |