資源簡介
這是我花了5天時(shí)間做出來的基于科大訊飛語音云的語音識(shí)別和文字轉(zhuǎn)語音的軟件,支持多種中文語言,使用C++/CLR開發(fā),訊飛提供的是C的開發(fā)包。同時(shí)錄音部分還使用了DirectX,使用該軟件需要安裝DirectX。需要該軟件詳細(xì)介紹的可以訪問我的CSDN博客。整個(gè)代碼相當(dāng)于拼湊出來的,若大家有其他意見,歡迎指教。
代碼片段和文件信息
#include?“stdafx.h“
using?namespace?System;
using?namespace?System::Reflection;
using?namespace?System::Runtime::CompilerServices;
using?namespace?System::Runtime::InteropServices;
using?namespace?System::Security::Permissions;
//
//?有關(guān)程序集的常規(guī)信息通過下列屬性集
//?控制。更改這些屬性值可修改
//?與程序集關(guān)聯(lián)的信息。
//
[assembly:AssemblytitleAttribute(“SoundTest“)];
[assembly:AssemblyDescriptionAttribute(““)];
[assembly:AssemblyConfigurationAttribute(““)];
[assembly:AssemblyCompanyAttribute(““)];
[assembly:AssemblyProductAttribute(“SoundTest“)];
[assembly:AssemblyCopyrightAttribute(“Copyright?(c)??2014“)];
[assembly:AssemblyTrademarkAttribute(““)];
[assembly:AssemblyCultureAttribute(““)];
//
//?程序集的版本信息由下面四個(gè)值組成:
//
//??????主版本
//??????次版本
//??????內(nèi)部版本號(hào)
//??????修訂號(hào)
//
//?您可以指定所有值,也可使用“修訂號(hào)”和“內(nèi)部版本號(hào)”的默認(rèn)值,
//?方法是按如下所示使用“*”:
[assembly:AssemblyVersionAttribute(“1.0.*“)];
[assembly:ComVisible(false)];
[assembly:CLSCompliantAttribute(true)];
[assembly:SecurityPermission(SecurityAction::RequestMinimum?UnmanagedCode?=?true)];
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2014-06-17?09:36??SoundTestV2.6\
?????目錄???????????0??2014-06-17?09:42??SoundTestV2.6\bin\
?????文件????????4762??2014-06-17?09:43??SoundTestV2.6\bin\log.txt
?????目錄???????????0??2014-06-17?09:43??SoundTestV2.6\bin\msc\
?????文件????????2318??2014-06-09?13:15??SoundTestV2.6\bin\msc.cfg
?????文件?????1139200??2014-06-09?13:15??SoundTestV2.6\bin\msc.dll
?????目錄???????????0??2014-06-10?10:20??SoundTestV2.6\bin\msc\9610f5f5b79a660f5a009fae9bd3326d\
?????文件????????5370??2014-06-12?15:48??SoundTestV2.6\bin\msc\cisr1P1HHBHMs-VTH+hlPHHPsokA9urskGn.log
?????文件????????5230??2014-06-17?09:43??SoundTestV2.6\bin\msc\cisr1PdHHBHMOgUbbjI5HHm+h0KHkt0mQY.log
?????文件????????5368??2014-06-13?08:20??SoundTestV2.6\bin\msc\cisr1PdHHBHMsv5ptXFZHHCZRuuR0AvuT0.log
?????文件????????5641??2014-06-13?08:22??SoundTestV2.6\bin\msc\cisr1PdHHBHMsvE7tqU9HHtX1lvUWDxdgn.log
?????文件??????129536??2014-06-13?13:50??SoundTestV2.6\bin\msc\ctts1P1HHBHMsKdNHnLJNHHmX-lIc0k703f.log
?????文件???????53746??2014-06-13?13:36??SoundTestV2.6\bin\msc\ctts1P1HHBHMsY8DH5q9cHHmi7CMB5twmYf.log
?????文件?????????742??2014-06-13?13:36??SoundTestV2.6\bin\msc\ctts1P1HHBHMsY8dH5YIAHH002mm81uYWDq.log
?????文件?????????742??2014-06-13?13:34??SoundTestV2.6\bin\msc\ctts1P1HHBHMsYUsH5psxHH5zBmnk0aHksX.log
?????文件??????????40??2014-06-17?09:43??SoundTestV2.6\bin\msc\isr.logcache
?????文件??????366173??2014-06-17?09:43??SoundTestV2.6\bin\msc\lgi.log
?????文件????????2318??2014-06-17?09:43??SoundTestV2.6\bin\msc\msc.cfg
?????文件?????3549454??2014-06-17?09:43??SoundTestV2.6\bin\msc\msc.log
?????文件????????2847??2014-06-17?09:43??SoundTestV2.6\bin\msc\no_send_data.txt
?????文件???????39439??2014-06-17?09:43??SoundTestV2.6\bin\msc\sessinfo.log
?????文件??????????41??2014-06-13?13:50??SoundTestV2.6\bin\msc\tts.logcache
?????文件??????732119??2014-06-17?09:43??SoundTestV2.6\bin\msc\waiter.log
?????文件?????1417216??2014-06-09?13:15??SoundTestV2.6\bin\msc_x64.dll
?????文件???????88044??2014-06-17?09:43??SoundTestV2.6\bin\record.wav
?????文件????????8704??2014-06-12?14:01??SoundTestV2.6\bin\SoundRecord.dll
?????文件?????1112576??2014-06-13?13:50??SoundTestV2.6\bin\SoundTest.exe
?????文件???????????0??2014-06-13?13:50??SoundTestV2.6\bin\SoundTest.ilk
?????文件?????3451904??2014-06-13?13:50??SoundTestV2.6\bin\SoundTest.pdb
?????文件?????????155??2014-06-10?08:54??SoundTestV2.6\bin\stdafx.h
?????目錄???????????0??2014-06-10?14:18??SoundTestV2.6\Debug\
............此處省略85個(gè)文件信息
評(píng)論
共有 條評(píng)論