C# 中的表达性文本到语音技术

Expressive text to speech techniques in C#

我想知道 C# 中是否有语音 class 可以用来改变语音的音调?比如pitch,F0的意思等等。

如果C#中没有这样的语音库,我应该导入什么多语言且不需要在线连接的库?

我想利用 class 在使用文本到语音时为语音添加情感。

添加程序集System.Speech to your project. There you have the namespace System.Speech.Synthesis. Then you find the class SpeechSynthesizer。尝试使用它来使用文本到语音。