I use SpeechSynthesizer.SpeakSsml(String)
.
However not able to build an SSML containing pitch.
So far I could not find any working example online.
I use SpeechSynthesizer.SpeakSsml(String)
.
However not able to build an SSML containing pitch.
So far I could not find any working example online.
MS's Speech Synthesizer isn't built to do singing synthesis, but you can change the pitch characteristics using the
<prosody>
element: