What problem does it solve?
Producing voiceover narration for video projects requires either recording human voice talent or wiring up a speech synthesis service; this Skill turns plain script text into neural narration audio through Azure AI Speech without manual SSML authoring or audio engineering.
Core Features & Use Cases
- Neural TTS Synthesis: Converts text segments into MP3 or WAV narration using Azure multilingual neural voices with SSML rate, pitch, and style control.
- Curated Voice Aliases: Accepts short aliases like
andrew, ava, or guy mapped to Azure voice short names, plus any valid Azure voice name verbatim.
- Provider Fallback Chain: Integrates with the OpenMontage
tts_selector and falls back to elevenlabs_tts, openai_tts, or the offline piper_tts when Azure is unavailable.
- Use Case: Given a video script split into sections, generate one narration segment per section at a slightly slowed rate, then feed the WAV output into the audio_mixer stage for final mixing.
Quick Start
Ask the agent to generate narration for your script segment using the azure_tts tool with the andrew voice at rate -4% and save it as an MP3 in your project's audio assets folder.