Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 2.02 KB

speechsynthesizeroptions_speakingrate.md

File metadata and controls

40 lines (24 loc) · 2.02 KB
-api-id -api-type
P:Windows.Media.SpeechSynthesis.SpeechSynthesizerOptions.SpeakingRate
winrt property

Windows.Media.SpeechSynthesis.SpeechSynthesizerOptions.SpeakingRate

-description

Gets or sets the tempo (including pauses and hesitations) of the speech synthesis utterance.

-property-value

The tempo, relative to the default rate of the selected speech synthesis engine (voice).

This value can range from 0.5 (half the default rate) to 6.0 (6x the default rate), inclusive. The default value is 1.0 (the "normal" speaking rate for the current voice).

Some voices have minimum speaking rates faster than 0.5 and maximum speaking rates slower than 6.0.

Note

Speaking rate cannot be directly translated to words-per-minute because each voice and language can have a different default speaking rate.

-remarks

If Speech Synthesis Markup Language (SSML) is used, SpeakingRate is combined with any prosody tags in the markup.

Note

Prosody are properties of syllables and larger units of speech, not individual phonetic segments (vowels and consonants).

By default, approximately 750ms of silence is appended after each utterance and each punctuation mark to ensure the utterance sounds as natural as possible. In some cases, such as accelerated playback or screen-reader descriptions of app content, this behavior is not required or needs to be configurable by the user. For more info, see AppendedSilence and PunctuationSilence.

-see-also

PunctuationSilence, AppendedSilence, Speech interactions, Speech recognition and speech synthesis sample

-examples