本文介绍C#WPF文本转语音实例
实现方法:使用类库(SpeechSynthesizer )实现的。
需要添加引用using System.Speech.Synthesis;
UI界面
- <Window
- x: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