先上代码 真实可用:
注意:先对工程添加System.Speech,添加的方法是 [项目]------[添加引用]选中System.Speech 即可,如下图所示:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
//语音功能引用------------------[begin]
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Speech.Synthesis;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
//语音功能引用------------------[end]
namespace speek_text
{
//主类----------[begin]
class Program
{
//主函数------[begin]
static void Main(string[] args)
{