gpt4 book ai didi

C# 将文本转语音保存到MP3文件

转载 作者:可可西里 更新时间:2023-11-01 08:20:58 27 4
gpt4 key购买 nike

我想知道是否有办法将文本转语音数据保存为 mp3 或 Wav 文件格式以便稍后播放?

SpeechSynthesizer reader = new SpeechSynthesizer();
reader.Rate = (int)-2;
reader.Speak("Hello this is an example expression from the computers TTS engine in C-Sharp);

我正在尝试将其保存在外部,以便稍后播放。做这个的最好方式是什么?

最佳答案

multiple options例如保存到现有流。如果你想创建一个新的 WAV 文件,你可以使用 SetOutputToWaveFile方法。

reader.SetOutputToWaveFile(@"C:\MyWavFile.wav");

关于C# 将文本转语音保存到MP3文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16021302/

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