91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 337KB
    文件類型: .zip
    金幣: 2
    下載: 1 次
    發布日期: 2024-02-03
  • 語言: C#
  • 標簽:

資源簡介

一個成熟的C# .net 2.0 語音朗讀庫.WIN7以上的系統中都帶有語音庫,本次提供的語音組件沒有限制,可以商用,本組件為原創作品不限制傳播可以任意復制使用。

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;

namespace?TextSpeech
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}

????????private?void?button1_Click(object?sender?EventArgs?e)
????????{
????????????//參數說明:
????????????//第1個參數是要朗讀的文本
????????????//第二個參數決定朗讀當前文本時是否立即中斷正在朗讀的文本。0:不中斷(默認)?1:中斷?
????????????//第三個參數決定是否朗讀標點符號。0:不讀標點符號(默認)?1:讀標點符號
????????????string?strParm?=?“調用參數說明:首先要在項目中引用“Interop.SpeechLib.dll”和“TextSpeech.dll”兩個DLL庫“;
????????????strParm?+=?“第一個參數是要朗讀的文本“;
????????????strParm?+=?“第二個參數決定朗讀當前文本時是否立即中斷正在朗讀的文本。0:表示不中斷(默認值為0)?1:表示中斷“;
????????????strParm?+=?“第三個參數決定是否朗讀標點符號。0:表示不讀標點符號(默認值為0)?1:表示讀標點符號“;
????????????JcLib.Pub.TextSpeech.Speak(strParm?0?0);
????????????//JcLib.Pub.TextSpeech.Speak(“這是一個測試!This?is?a?Voice?Test!“?1?0);
????????}

????????private?void?button2_Click(object?sender?EventArgs?e)
????????{
????????????//用intValue得到返回值?0表示不能正常朗讀?1表示能正常朗讀
????????????int?intValue?=?JcLib.Pub.TextSpeech.Speak(“這是一個測試!This?is?a?Voice?Test!“?10);//等先前的文本朗讀完之后,再朗讀當前文本
????????????if?(intValue?==?1)
????????????{
????????????????MessageBox.Show(“可以正常朗讀!“);
????????????}
????????????else
????????????{
????????????????MessageBox.Show(“無法正常朗讀!“);
????????????}
????????}

????????private?void?button3_Click(object?sender?EventArgs?e)
????????{
????????????System.Diagnostics.Process.Start(AppDomain.CurrentDomain.baseDirectory?+?“TextSpeechSet.exe“);
????????}


????}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2015-02-02?15:13??Demo\
?????文件??????163840??2009-12-24?03:51??Demo\Interop.SpeechLib.dll
?????文件???????32256??2015-02-02?15:28??Demo\TestSpeakTest.exe
?????文件???????66048??2015-02-02?15:08??Demo\TextSpeech.dll
?????文件???????98816??2015-02-02?15:09??Demo\TextSpeechSet.exe
?????文件?????????110??2015-02-02?15:31??Demo\VoiceSet.Ini
?????目錄???????????0??2015-02-02?15:29??測試源碼\
?????目錄???????????0??2015-02-02?15:29??測試源碼\TestSpeakTest\
?????目錄???????????0??2015-02-02?15:29??測試源碼\TestSpeakTest\bin\
?????目錄???????????0??2015-02-02?15:11??測試源碼\TestSpeakTest\bin\Debug\
?????目錄???????????0??2015-02-02?15:29??測試源碼\TestSpeakTest\bin\Release\
?????文件??????163840??2009-12-24?03:51??測試源碼\TestSpeakTest\bin\Release\Interop.SpeechLib.dll
?????文件???????32256??2015-02-02?15:07??測試源碼\TestSpeakTest\bin\Release\TestSpeakTest.exe
?????文件???????22016??2015-02-02?15:28??測試源碼\TestSpeakTest\bin\Release\TestSpeakTest.pdb
?????文件???????11608??2015-02-02?15:28??測試源碼\TestSpeakTest\bin\Release\TestSpeakTest.vshost.exe
?????文件?????????490??2010-03-17?22:39??測試源碼\TestSpeakTest\bin\Release\TestSpeakTest.vshost.exe.manifest
?????文件???????66048??2015-02-02?15:08??測試源碼\TestSpeakTest\bin\Release\TextSpeech.dll
?????文件???????98816??2015-02-02?15:09??測試源碼\TestSpeakTest\bin\Release\TextSpeechSet.exe
?????文件?????????110??2015-02-02?15:23??測試源碼\TestSpeakTest\bin\Release\VoiceSet.Ini
?????文件????????1909??2015-02-02?15:28??測試源碼\TestSpeakTest\Form1.cs
?????文件????????3489??2015-02-02?15:03??測試源碼\TestSpeakTest\Form1.Designer.cs
?????文件????????5814??2015-02-02?15:03??測試源碼\TestSpeakTest\Form1.resx
?????目錄???????????0??2015-02-02?15:29??測試源碼\TestSpeakTest\obj\
?????目錄???????????0??2015-02-02?15:29??測試源碼\TestSpeakTest\obj\Debug\
?????文件????????5451??2015-02-01?11:04??測試源碼\TestSpeakTest\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件?????????390??2015-02-01?11:04??測試源碼\TestSpeakTest\obj\Debug\ResGen.read.1.tlog
?????文件?????????542??2015-02-01?11:04??測試源碼\TestSpeakTest\obj\Debug\ResGen.write.1.tlog
?????文件????????4336??2015-02-01?11:04??測試源碼\TestSpeakTest\obj\Debug\ResolveAssemblyReference.cache
?????目錄???????????0??2015-02-02?15:29??測試源碼\TestSpeakTest\obj\Debug\TempPE\
?????文件????????4608??2015-02-01?11:04??測試源碼\TestSpeakTest\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll
?????文件?????????605??2010-01-31?00:42??測試源碼\TestSpeakTest\obj\Debug\TestSpeakClass.csproj.FileListAbsolute.txt
............此處省略33個文件信息

評論

共有 條評論

相關資源