码迷,mamicode.com
首页 > Windows程序 > 详细

C# 语音读取(简易)

时间:2020-07-02 19:54:26      阅读:100      评论:0      收藏:0      [点我收藏+]

标签:命名空间   简易   size   color   div   引用   class   syn   pre   

using System.Speech.Synthesis;//需要引用的命名空间

string str = "呀呀呀 呀呀呀 我是什么什么的小画家";
SpeechSynthesizer synth = new SpeechSynthesizer();
synth.Speak(str);

 

C# 语音读取(简易)

标签:命名空间   简易   size   color   div   引用   class   syn   pre   

原文地址:https://www.cnblogs.com/alives/p/13226611.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!