
Answer-first summary for fast verification
Answer: Adjust the pitch, volume, and emphasis using <prosody> and <emphasis> tags.
SSML allows for precise control over the speech synthesis output. Using <prosody> tags, you can adjust the pitch and volume, and <emphasis> tags can be used to emphasize specific words. This provides a flexible and powerful way to customize the speech output for a news broadcasting application, making option B the correct choice.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are tasked with improving the text-to-speech output for a news broadcasting application that requires a highly expressive and natural-sounding voice. Describe how you would use Speech Synthesis Markup Language (SSML) to achieve this, including adjustments to pitch, volume, and emphasis. Provide a code snippet demonstrating the use of SSML for these purposes.
A
Use default SSML settings without any adjustments.
B
Adjust the pitch, volume, and emphasis using <prosody> and <emphasis> tags.
C
Use CSS styles to control the pitch and volume.
D
Manually adjust the audio files after synthesis.
No comments yet.