gpt4 book ai didi

windows-phone-8 - windows phone 8 TTS - 如何将语音保存到 wav 文件

转载 作者:行者123 更新时间:2023-12-04 07:05:28 25 4
gpt4 key购买 nike

使用 Windows Phone 8 TTS API,是否可以记录/保存来自 tts SpeechSynthesizer 的语音输出?

最佳答案

你可以看看here

所以像

SpeechSynthesizer synth = new SpeechSynthesizer();
synth.SetOutputToWaveFile(@"C:\Test\Sample.wav");
synth.SpeakAsync("hello world");

关于windows-phone-8 - windows phone 8 TTS - 如何将语音保存到 wav 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15127526/

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