I'm trying to figure out if it is possible to modulate (like change the pitch) a text-to-speech voice via .NET.
I see that the SpeechSynthesizer class has properties for changing the text-to-speech rate and volume. I also see that the System.Speech.Synthesis.TtsEngine namespace does include some references to pitch. I found a previous question (2011) that appears to indicate that pitch changing via .NET may not be possible, but I wanted to ask the community in case the situation has changed.