What problem does it solve? Producing natural-sounding Chinese voiceovers for videos requires a TTS provider that handles Mandarin well and returns precise timing data for subtitles. This Skill connects to the Volcengine Doubao Speech 2.0 API to generate narration audio along with character-level timestamp metadata, avoiding manual subtitle alignment. ## Core Features & Use Cases - Mandarin and multilingual narration: Generate speech via the Doubao async TTS endpoints (/api/v3/tts/submit and /api/v3/tts/query) with configurable voice, speech rate, and sample rate. - Timestamp metadata for subtitles: Returns sentences[].words[] timing data saved as a JSON sidecar file, which serves as the source of truth for building captions. - Sample-first workflow: Generate a 10-15 second sample for voice approval before committing to a full paid narration. - Use Case: You are producing a Chinese explainer video in OpenMontage. Use this Skill to generate the narration MP3 with zh_female_vv_uranus_bigtts, then build subtitles grouped by Chinese semantic phrases from the returned word timestamps. ## Quick Start Ask the AI to generate a short Mandarin narration sample with the Doubao TTS provider using voice zh_female_vv_uranus_bigtts and timestamps enabled, saving the audio to your project's assets/audio folder.