gpt4 book ai didi

c# - 通过 C# 代码更改 Windows 7 上的默认语音

转载 作者:行者123 更新时间:2023-11-30 18:46:56 24 4
gpt4 key购买 nike

我需要通过 C# 代码更改 Windows 7 当前的默认语音(安装了 Microsoft Anna 和额外的德语语音)。

因为我是一个初级程序员,我很难自己找到它。我有什么想法可以实现吗?提前谢谢大家的回复!

最佳答案

Windows 7 音频 API 包括 SpeechSynthesizer class ,您可以调用例如 SelectVoice method :

Use the GetInstalledVoices method and VoiceInfo class to obtain the names of installed text-to-speech (TTS) voices that you can select. To select a voice, pass the entire contents of the Name property as the argument for the SelectVoice method. The SpeechSynthesizer object selects the first installed voice that contains name in the voice's VoiceInfo.Name property. The SpeechSynthesizer performs a case-sensitive, substring comparison to determine if the voice matches the name.

编辑:我找到了 some sample code让你开始。

关于c# - 通过 C# 代码更改 Windows 7 上的默认语音,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13989199/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com