文件名称:WpfVoiceToText
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2016-04-01
- 文件大小:
- 59kb
- 下载次数:
- 0次
- 提 供 者:
- 张**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
通过调用windows系统中的语音识别功能模块完成话音输入转化成文字输出
开发环境 vs2012 c# +System.Speech.Recognition库,开发工具其次,大家主要看实现过程,不懂的地方可以上https://msdn.microsoft.com/zh-cn看相关API和微软提供的小例子-By calling the system windows speech recognition module to complete the voice input into text output
Development environment vs2012 c#+ System.Speech.Recognition libraries, development tools secondly, we mainly see the realization process, do not know where you can see a small example of the https://msdn.microsoft.com/zh-cn and related API provided by Microsoft
开发环境 vs2012 c# +System.Speech.Recognition库,开发工具其次,大家主要看实现过程,不懂的地方可以上https://msdn.microsoft.com/zh-cn看相关API和微软提供的小例子-By calling the system windows speech recognition module to complete the voice input into text output
Development environment vs2012 c#+ System.Speech.Recognition libraries, development tools secondly, we mainly see the realization process, do not know where you can see a small example of the https://msdn.microsoft.com/zh-cn and related API provided by Microsoft
(系统自动生成,下载前可以参看下载内容)
下载文件列表
WpfVoiceToText\WpfVoiceToText\App.config
..............\..............\App.xaml
..............\..............\App.xaml.cs
..............\..............\bin\Debug\WpfVoiceToText.exe
..............\..............\...\.....\WpfVoiceToText.exe.config
..............\..............\...\.....\WpfVoiceToText.pdb
..............\..............\...\.....\WpfVoiceToText.vshost.exe
..............\..............\...\.....\WpfVoiceToText.vshost.exe.config
..............\..............\...\.....\WpfVoiceToText.vshost.exe.manifest
..............\..............\MainWindow.xaml
..............\..............\MainWindow.xaml.cs
..............\..............\obj\Debug\App.g.cs
..............\..............\...\.....\App.g.i.cs
..............\..............\...\.....\DesignTimeResolveAssemblyReferencesInput.cache
..............\..............\...\.....\MainWindow.baml
..............\..............\...\.....\MainWindow.g.cs
..............\..............\...\.....\MainWindow.g.i.cs
..............\..............\...\.....\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
..............\..............\...\.....\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
..............\..............\...\.....\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
..............\..............\...\.....\WpfVoiceToText.csproj.FileListAbsolute.txt
..............\..............\...\.....\WpfVoiceToText.csproj.GenerateResource.Cache
..............\..............\...\.....\WpfVoiceToText.csprojResolveAssemblyReference.cache
..............\..............\...\.....\WpfVoiceToText.exe
..............\..............\...\.....\WpfVoiceToText.g.resources
..............\..............\...\.....\WpfVoiceToText.pdb
..............\..............\...\.....\WpfVoiceToText.Properties.Resources.resources
..............\..............\...\.....\WpfVoiceToText_MarkupCompile.cache
..............\..............\...\.....\WpfVoiceToText_MarkupCompile.i.cache
..............\..............\Properties\AssemblyInfo.cs
..............\..............\..........\Resources.Designer.cs
..............\..............\..........\Resources.resx
..............\..............\..........\Settings.Designer.cs
..............\..............\..........\Settings.settings
..............\..............\WpfVoiceToText.csproj
..............\WpfVoiceToText.sln
..............\WpfVoiceToText.v11.suo
..............\..............\obj\Debug\TempPE
..............\..............\bin\Debug
..............\..............\obj\Debug
..............\..............\bin
..............\..............\obj
..............\..............\Properties
..............\WpfVoiceToText
WpfVoiceToText