资源简介
语音程序,输入后出现语音朗读功能
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using SpeechLib;//导入语音
using System.Threading; //线程
namespace Text2Speech
{
public partial class Form1 : Form
{
SpVoice speech = new SpVoice();
int speechRate = 6;
int volume = 70;
bool paused = false;
public Form1()
{
InitializeComponent();
foreach (ISpeechobjectToken Token in speech.GetVoices(string.Empty string.Empty))
{
cmbVoices.Items.Add(Token.GetDescription(49));
}
cmbVoices.SelectedIndex = 0;
tbarRate.Value
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 163840 2006-06-06 20:17 bin\Debug\Interop.SpeechLib.dll
文件 1628672 2006-09-08 18:37 bin\Debug\Microsoft_TTS_51_chs.msi
文件 844448 2008-03-21 17:56 bin\Debug\spchapi.exe
文件 24576 2008-07-18 18:02 bin\Debug\Text2Speech.exe
文件 40448 2008-07-18 18:02 bin\Debug\Text2Speech.pdb
文件 5632 2005-09-22 20:56 bin\Debug\Text2Speech.vshost.exe
文件 2582 2008-07-18 17:29 obj\Debug\ResolveAssemblyReference.cache
文件 842 2008-07-18 18:02 obj\Debug\Text2Speech.csproj.GenerateResource.Cache
文件 24576 2008-07-18 18:02 obj\Debug\Text2Speech.exe
文件 180 2008-07-18 18:02 obj\Debug\Text2Speech.Form1.resources
文件 40448 2008-07-18 18:02 obj\Debug\Text2Speech.pdb
文件 180 2008-07-18 17:29 obj\Debug\Text2Speech.Properties.Resources.resources
文件 296 2006-12-10 06:41 obj\Text2Speech.csproj.FileList.txt
文件 1768 2008-07-18 18:02 obj\Text2Speech.csproj.FileListAbsolute.txt
文件 1270 2006-11-29 07:41 Properties\AssemblyInfo.cs
文件 2849 2006-11-29 07:41 Properties\Resources.Designer.cs
文件 5612 2006-11-29 07:41 Properties\Resources.resx
文件 1094 2006-11-29 07:41 Properties\Settings.Designer.cs
文件 249 2006-11-29 07:41 Properties\Settings.settings
文件 4606 2008-07-18 18:02 Form1.cs
文件 13050 2008-07-18 18:02 Form1.Designer.cs
文件 5814 2008-07-18 18:02 Form1.resx
文件 478 2006-11-29 07:41 Program.cs
文件 3338 2008-07-18 17:44 Text2Speech.csproj
文件 910 2008-07-18 17:44 Text2Speech.sln
..A..H. 13312 2008-07-18 18:02 Text2Speech.suo
..AD... 0 2006-11-29 07:41 obj\Debug\TempPE
..AD... 0 2008-07-18 17:52 bin\Debug
..AD... 0 2008-07-18 18:02 obj\Debug
..AD... 0 2008-01-04 14:38 bin
............此处省略5个文件信息
相关资源
- C# 语音识别 语音合成 .rar
- Unity Windows Speech
- C#局域网语音聊天点对点
- c# 用SAPI实现语音识别及文本转换的详
- 语音聊天WPF
- 语音识别系统(asp.net+c#)
- 基于讯飞的离线语音识别C#
- C#腾讯AI 接口签名工具及语音合成De
- C#实现语音朗读功能
- C#中利用Socket实现网络语音通信
- C#语音对讲源码
- c#与文字语音转换与语音播放
- C# 语音 真人语音
- c# 语音识别 智能机器人 语音问答
- C# 分隔WAV文件,将一段汉语语音分割
- C#基于UDP的点对点语音聊天程序
- C#(VS2017)百度语音识别demo
- 语音识别+文字语音合成C#
- 微软智能语音C#Demo
- C# SAPI 语音交互系统
- c# TTS语音 附带 DotNetSpeech.dll语音类库
- 用C#实现文本朗读和语音识别功能
- c#语音识别及朗读系统_基于speechSDK开
- C#语音和视频聊天全源代码.rar
- 基于C#的实时语音通话系统
- C#版本语音识别
- 科大讯飞语音识别最新流式接口C# d
- c#实现讯飞语音识别
- C#使用微软TTS语音引擎实现文字转语音
- C# 阅读自定义文字内容(支持语速快
评论
共有 条评论