嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C#在Text中输入文字转化成语音的整套程序 本程序可以将文字转化成语音文件 本程序可以将文字及时读出
.
├── C#在Text中输入文字转化成语音的整套程序_WriteToSpeech.zip
├── TestLineConsoleApplication1.v11.suo
└── WriteToSpeech
├── PC_VolumeControl
│ ├── PCWin32.cs
│ ├── PC_VolumeControl.csproj
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── VolumeConstants.cs
│ ├── VolumeControl.cs
│ ├── VolumeStructs.cs
│ ├── bin
│ │ ├── Debug
│ │ │ ├── PC_VolumeControl.dll
│ │ │ └── PC_VolumeControl.pdb
│ │ └── Release
│ │ ├── PC_VolumeControl.dll
│ │ └── PC_VolumeControl.pdb
│ └── obj
│ ├── Debug
│ │ ├── PC_VolumeControl.csproj.FileListAbsolute.txt
│ │ ├── PC_VolumeControl.dll
│ │ ├── PC_VolumeControl.pdb
│ │ ├── Refactor
│ │ └── TempPE
│ ├── PC_VolumeControl.csproj.FileList.txt
│ ├── PC_VolumeControl.csproj.FileListAbsolute.txt
│ └── Release
│ ├── PC_VolumeControl.csproj.FileListAbsolute.txt
│ ├── PC_VolumeControl.dll
│ ├── PC_VolumeControl.pdb
│ ├── Refactor
│ └── TempPE
├── UpgradeLog.XML
├── WriteToSpeech
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Resources
│ │ └── 20130724112616854_48.ico
│ ├── SystemVolume.cs
│ ├── WriteToSpeech.csproj
│ ├── bin
│ │ ├── Debug
│ │ │ ├── DotNetSpeech.dll
│ │ │ ├── PC_VolumeControl.dll
│ │ │ ├── PC_VolumeControl.pdb
│ │ │ ├── WriteToSpeech.vshost.exe.manifest
│ │ │ ├── 云达文字朗读.exe
│ │ │ ├── 云达文字朗读.pdb
│ │ │ └── 云达文字朗读.vshost.exe
│ │ └── Release
│ │ ├── 20130724112616854_48.ico
│ │ ├── DotNetSpeech.dll
│ │ ├── PC_VolumeControl.dll
│ │ ├── PC_VolumeControl.pdb
│ │ ├── TTS_51_chs.msi
│ │ ├── 卸载.ICO
│ │ ├── 云达文字朗读.exe
│ │ ├── 云达文字朗读.pdb
│ │ ├── 云达文字朗读.vshost.exe
│ │ └── 云达文字朗读.vshost.exe.manifest
│ └── obj
│ ├── Debug
│ │ ├── ResolveAssemblyReference.cache
│ │ ├── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── WriteToSpeech.Form1.resources
│ │ ├── WriteToSpeech.Properties.Resources.resources
│ │ ├── WriteToSpeech.csproj.FileListAbsolute.txt
│ │ ├── WriteToSpeech.csproj.GenerateResource.Cache
│ │ ├── 云达文字朗读.exe
│ │ └── 云达文字朗读.pdb
│ └── Release
│ ├── ResolveAssemblyReference.cache
│ ├── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ ├── WriteToSpeech.Form1.resources
│ ├── WriteToSpeech.Properties.Resources.resources
│ ├── WriteToSpeech.csproj.FileListAbsolute.txt
│ ├── WriteToSpeech.csproj.GenerateResource.Cache
│ ├── 云达文字朗读.exe
│ └── 云达文字朗读.pdb
├── WriteToSpeech.sln
├── WriteToSpeech.suo
└── WriteToSpeechSteup
├── Debug
├── Release
└── WriteToSpeechSteup.vdproj
27 directories, 69 files