Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图用它做类似的事情,但它没有改变声音......我怎么能改变它?
如果我理解正确,您应该创建一个 SpeechSynthesizer 对象:
SpeechSynthesizer voice = new SpeechSynthesizer();
然后您可以使用下面的方法来选择具有特定语音特征的语音
voice.SelectVoiceByHints (VoiceGender, VoiceAge, Int32, CultureInfo)