gpt4 book ai didi

c# - 语音合成器 (System.Speech.Synthesis.SpeechSynthesizer) - 在运行时更改音量或速率

转载 作者:行者123 更新时间:2023-11-30 22:00:20 25 4
gpt4 key购买 nike

string TextToBeRead = "My sample text";
SpeechSynthesizer speaker = new SpeechSynthesizer();
speaker.Rate = 5;
speaker.Volume = 70;
speaker.SpeakAsync(TextToBeRead);

一旦说话者开始说话,有没有办法改变速率或音量?我试图在运行时更改它,但输出仍然使用旧的速率和音量。谢谢。

最佳答案

不,您不能在阅读时更改它,但您可以订阅 SpeakProgress事件,这样你就可以获得 CharacterPosition并在给定位置以新的速率和音量重新开始说话

关于c# - 语音合成器 (System.Speech.Synthesis.SpeechSynthesizer) - 在运行时更改音量或速率,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28674777/

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