資源簡介
利用微軟的發音庫讀中文發音
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
using?SpeechLib;
namespace?Speech_SDK
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????private?void?button1_Click(object?sender?EventArgs?e)
????????{
????????????SpeechLib.SpVoiceClass?pp?=?new?SpeechLib.SpVoiceClass();
????????????SpeechLib.SpFileStreamClass?spFs?=?new?SpeechLib.SpFileStreamClass();
????????????spFs.Open(“E:\\test.txt“?SpeechLib.SpeechStreamFileMode.SSFMOpenForRead?true);
????????????SpeechLib.ISpeechbaseStream?Istream?=?spFs?as?SpeechLib.ISpeechbaseStream;
????????????pp.SpeakSt
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-01-20?14:30??Speech?SDK\
?????目錄???????????0??2017-01-20?14:29??Speech?SDK\Backup\
?????目錄???????????0??2017-01-20?14:30??Speech?SDK\Backup\Speech?SDK\
?????文件????????3905??2014-01-23?13:35??Speech?SDK\Backup\Speech?SDK\Form1.Designer.cs
?????文件????????2845??2014-01-23?13:40??Speech?SDK\Backup\Speech?SDK\Form1.cs
?????文件????????5814??2014-01-23?13:35??Speech?SDK\Backup\Speech?SDK\Form1.resx
?????文件?????????491??2014-01-07?14:00??Speech?SDK\Backup\Speech?SDK\Program.cs
?????目錄???????????0??2017-01-20?14:30??Speech?SDK\Backup\Speech?SDK\Properties\
?????文件????????1352??2014-01-07?14:00??Speech?SDK\Backup\Speech?SDK\Properties\AssemblyInfo.cs
?????文件????????2870??2014-01-07?14:00??Speech?SDK\Backup\Speech?SDK\Properties\Resources.Designer.cs
?????文件????????5612??2014-01-07?14:00??Speech?SDK\Backup\Speech?SDK\Properties\Resources.resx
?????文件????????1095??2014-01-07?14:00??Speech?SDK\Backup\Speech?SDK\Properties\Settings.Designer.cs
?????文件?????????249??2014-01-07?14:00??Speech?SDK\Backup\Speech?SDK\Properties\Settings.settings
?????文件????????4055??2014-01-07?14:10??Speech?SDK\Backup\Speech?SDK\Speech?SDK.csproj
?????文件?????????920??2014-01-07?14:00??Speech?SDK\Backup\Speech?SDK.sln
?????文件???????13824??2014-02-20?14:51??Speech?SDK\Backup\Speech?SDK.v12.suo
?????目錄???????????0??2018-02-26?16:43??Speech?SDK\Speech?SDK\
?????文件????????5611??2018-02-05?11:05??Speech?SDK\Speech?SDK\Form1.Designer.cs
?????文件????????6378??2018-02-26?16:43??Speech?SDK\Speech?SDK\Form1.cs
?????文件????????5814??2018-02-05?11:05??Speech?SDK\Speech?SDK\Form1.resx
?????文件?????????491??2014-01-07?14:00??Speech?SDK\Speech?SDK\Program.cs
?????目錄???????????0??2014-01-07?14:00??Speech?SDK\Speech?SDK\Properties\
?????文件????????1352??2014-01-07?14:00??Speech?SDK\Speech?SDK\Properties\AssemblyInfo.cs
?????文件????????2860??2017-01-20?14:30??Speech?SDK\Speech?SDK\Properties\Resources.Designer.cs
?????文件????????5612??2014-01-07?14:00??Speech?SDK\Speech?SDK\Properties\Resources.resx
?????文件????????1110??2017-01-20?14:30??Speech?SDK\Speech?SDK\Properties\Settings.Designer.cs
?????文件?????????249??2014-01-07?14:00??Speech?SDK\Speech?SDK\Properties\Settings.settings
?????文件????????4245??2018-02-02?17:16??Speech?SDK\Speech?SDK\Speech?SDK.csproj
?????目錄???????????0??2014-01-07?14:00??Speech?SDK\Speech?SDK\bin\
?????目錄???????????0??2018-02-06?09:02??Speech?SDK\Speech?SDK\bin\Debug\
?????文件??????176128??2017-01-20?14:30??Speech?SDK\Speech?SDK\bin\Debug\Interop.SpeechLib.dll
............此處省略24個文件信息
- 上一篇:C#股票趨分析及監控實現
- 下一篇:C#學生選課管理系統(源碼+數據庫+文檔)
評論
共有 條評論