本文介绍C#WPF文本转语音实例
实现方法:使用类库(SpeechSynthesizer )实现的。
一、首先是安装程序包。
二、创建项目
需要添加引用using System.Speech.Synthesis;
UI界面
<Windowx:Class="TextToSpeechDemo.MainWindow"xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"xmlns:d="http://schemas.microsoft.com/expression/blend/2008"xmlns:local="clr-nam