嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 3 元微信扫码支付:3 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
语音转文字
用于采集语音并转换为文字,用于智能机器人,人机对话等开发
.
├── C#语音转文字_Speech.zip
├── Speech
│ ├── AipSdk.XML
│ ├── AipSdk.dll
│ ├── Dlls
│ │ ├── ESBasic.dll
│ │ ├── ESBasic.xml
│ │ ├── Oraycn.MCapture.dll
│ │ ├── Oraycn.MCapture.xml
│ │ ├── Oraycn.MPlayer.dll
│ │ └── Oraycn.MPlayer.xml
│ ├── ESBasic.dll
│ ├── ESBasic.xml
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── Form2.Designer.cs
│ ├── Form2.cs
│ ├── Form2.resx
│ ├── Oraycn.MPlayer.dll
│ ├── Oraycn.MPlayer.xml
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── SRecognition.cs
│ ├── Speech.csproj
│ ├── SpeechDemo.cs
│ ├── app.config
│ ├── bin
│ │ ├── Debug
│ │ │ ├── AipSdk.dll
│ │ │ ├── AipSdk.xml
│ │ │ ├── ESBasic.dll
│ │ │ ├── ESBasic.xml
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ ├── Newtonsoft.Json.xml
│ │ │ ├── Oraycn.MCapture.dll
│ │ │ ├── Oraycn.MCapture.xml
│ │ │ ├── Oraycn.MPlayer.dll
│ │ │ ├── Oraycn.MPlayer.xml
│ │ │ ├── Speech.exe
│ │ │ ├── Speech.exe.config
│ │ │ ├── Speech.pdb
│ │ │ ├── Speech.vshost.exe
│ │ │ ├── Speech.vshost.exe.config
│ │ │ └── Speech.vshost.exe.manifest
│ │ └── Release
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── Interop.SpeechLib.dll
│ │ ├── Speech.Form1.resources
│ │ ├── Speech.Form2.resources
│ │ ├── Speech.Properties.Resources.resources
│ │ ├── Speech.csproj.AssemblyReference.cache
│ │ ├── Speech.csproj.CopyComplete
│ │ ├── Speech.csproj.CoreCompileInputs.cache
│ │ ├── Speech.csproj.FileListAbsolute.txt
│ │ ├── Speech.csproj.GenerateResource.cache
│ │ ├── Speech.csproj.ResolveComReference.cache
│ │ ├── Speech.csprojAssemblyReference.cache
│ │ ├── Speech.exe
│ │ ├── Speech.pdb
│ │ └── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ └── thirdparty
│ ├── Newtonsoft.Json.dll
│ └── Newtonsoft.Json.xml
└── Speech.sln
10 directories, 64 files