Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.24 KB

speechsynthesizeroptions_appendedsilence.md

File metadata and controls

25 lines (17 loc) · 1.24 KB
-api-id -api-type
P:Windows.Media.SpeechSynthesis.SpeechSynthesizerOptions.AppendedSilence
winrt property

Windows.Media.SpeechSynthesis.SpeechSynthesizerOptions.AppendedSilence

-description

Gets or sets the amount of silence added to the end of the speech synthesis utterance (before another utterance begins).

-property-value

The SpeechAppendedSilence duration.

-remarks

By default, approximately 750ms of silence is appended to the end of each generated utterance. If the utterance is not a complete sentence, this can complicate concatenation of multiple utterances. For example, a streaming app that reads text from a document as it downloads, might start reading from its cache at a predetermined number of words.

-see-also

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

-examples