基本信息
源码名称:C#在Text中输入文字转化成语音的整套程序
源码大小:1.73M
文件格式:.zip
开发语言:C#
更新时间:2023-12-17
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 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