• 大小: 2.28M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: 语音  

资源简介

语音程序,输入后出现语音朗读功能

资源截图

代码片段和文件信息

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个文件信息

评论

共有 条评论