C# 使用微软语音播放类库实现语言播放功能

using System; using System.Speech.Synthesis; namespace OutSpeech { class Program { static void Main(string[] args) { SpeechSynthesizer ssh = new SpeechSynthesizer(
相关文章
相关标签/搜索