91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 534KB
    文件類型: .zip
    金幣: 2
    下載: 0 次
    發布日期: 2021-05-25
  • 語言: 其他
  • 標簽: unity??

資源簡介

本程序實現了在unity中調用微軟語音合成,壓縮包是工程壓縮包,里面有涉及的所有源代碼!

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
using?System.Speech.Synthesis;
using?Speech.Properties;

namespace?Speech
{
????class?Program
????{
????????static?void?Main(string[]?args)
????????{
????????????/*
????????????var?speaker?=?new?SpeechSynthesizer();//SpeechSynthesizer:語音合成器
????????????speaker.Speak(“凡妙然“);
????????????*/
????????????/*
????????????var?speaker?=?new?SpeechSynthesizer();
????????????var?res?=?args.Length?==?0???“請說“?:?args[0];
????????????speaker.Speak(res);
?????????????*/
????????????var?speaker?=?new?SpeechSynthesizer();
????????????speaker.Volume?=?Settings.Default.SpeakVolume;
????????????speaker.Rate?=?Settings.Default.SpeakRate;
????????????var?voice?=?Settings.Default.SpeakVoice;
????????????if?(!string.IsNullOrEmpty(voice))
????????????????speaker.SelectVoice(voice);
????????????var?res?=?args.Length?==?0???“鋤禾日當午,汗滴禾下土“?:?args[0];
????????????speaker.Speak(res);
????????}
????}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2016-09-20?12:53??unitySAPIYuYnHeCheng20160924\
?????目錄???????????0??2016-09-20?12:32??unitySAPIYuYnHeCheng20160924\SPAI語音合成\
?????目錄???????????0??2016-09-20?12:32??unitySAPIYuYnHeCheng20160924\SPAI語音合成\.vs\
?????目錄???????????0??2016-09-20?12:32??unitySAPIYuYnHeCheng20160924\SPAI語音合成\.vs\SPAI語音合成\
?????目錄???????????0??2016-09-20?12:32??unitySAPIYuYnHeCheng20160924\SPAI語音合成\.vs\SPAI語音合成\v14\
?????文件???????37888??2016-09-20?12:53??unitySAPIYuYnHeCheng20160924\SPAI語音合成\.vs\SPAI語音合成\v14\.suo
?????文件?????????860??2016-07-26?10:49??unitySAPIYuYnHeCheng20160924\SPAI語音合成\SPAI語音合成.sln
?????文件???????16896??2016-07-26?15:53??unitySAPIYuYnHeCheng20160924\SPAI語音合成\SPAI語音合成.suo
?????目錄???????????0??2016-09-20?12:32??unitySAPIYuYnHeCheng20160924\SPAI語音合成\Speech\
?????文件????????1051??2016-07-26?10:51??unitySAPIYuYnHeCheng20160924\SPAI語音合成\Speech\Program.cs
?????目錄???????????0??2016-09-20?12:32??unitySAPIYuYnHeCheng20160924\SPAI語音合成\Speech\Properties\
?????文件????????1344??2016-07-26?10:35??unitySAPIYuYnHeCheng20160924\SPAI語音合成\Speech\Properties\AssemblyInfo.cs
?????文件????????2752??2016-07-26?10:49??unitySAPIYuYnHeCheng20160924\SPAI語音合成\Speech\Properties\Settings.Designer.cs
?????文件?????????767??2016-07-26?10:49??unitySAPIYuYnHeCheng20160924\SPAI語音合成\Speech\Properties\Settings.settings
?????文件????????2654??2016-07-26?10:50??unitySAPIYuYnHeCheng20160924\SPAI語音合成\Speech\Speech.csproj
?????文件??????????77??2016-07-26?10:45??unitySAPIYuYnHeCheng20160924\SPAI語音合成\Speech\app.config
?????目錄???????????0??2016-09-20?12:32??unitySAPIYuYnHeCheng20160924\SPAI語音合成\Speech\bin\
?????目錄???????????0??2016-09-20?12:32??unitySAPIYuYnHeCheng20160924\SPAI語音合成\Speech\bin\Debug\
?????文件????????6656??2016-07-26?10:51??unitySAPIYuYnHeCheng20160924\SPAI語音合成\Speech\bin\Debug\Speech.exe
?????文件??????????77??2016-07-26?10:45??unitySAPIYuYnHeCheng20160924\SPAI語音合成\Speech\bin\Debug\Speech.exe.config
?????文件???????17920??2016-07-26?10:51??unitySAPIYuYnHeCheng20160924\SPAI語音合成\Speech\bin\Debug\Speech.pdb
?????文件???????22696??2016-09-20?12:53??unitySAPIYuYnHeCheng20160924\SPAI語音合成\Speech\bin\Debug\Speech.vshost.exe
?????文件??????????77??2016-07-26?10:45??unitySAPIYuYnHeCheng20160924\SPAI語音合成\Speech\bin\Debug\Speech.vshost.exe.config
?????文件?????????490??2013-06-18?20:28??unitySAPIYuYnHeCheng20160924\SPAI語音合成\Speech\bin\Debug\Speech.vshost.exe.manifest
?????目錄???????????0??2016-09-24?21:10??unitySAPIYuYnHeCheng20160924\SPAI語音合成\Speech\bin\Release\
?????目錄???????????0??2016-09-20?12:32??unitySAPIYuYnHeCheng20160924\SPAI語音合成\Speech\obj\
?????目錄???????????0??2016-09-20?12:32??unitySAPIYuYnHeCheng20160924\SPAI語音合成\Speech\obj\x86\
?????目錄???????????0??2016-09-20?12:32??unitySAPIYuYnHeCheng20160924\SPAI語音合成\Speech\obj\x86\Debug\
?????文件????????6896??2016-09-20?12:33??unitySAPIYuYnHeCheng20160924\SPAI語音合成\Speech\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件?????????897??2016-09-20?12:53??unitySAPIYuYnHeCheng20160924\SPAI語音合成\Speech\obj\x86\Debug\Speech.csproj.FileListAbsolute.txt
?????文件????????6656??2016-07-26?10:51??unitySAPIYuYnHeCheng20160924\SPAI語音合成\Speech\obj\x86\Debug\Speech.exe
............此處省略376個文件信息

評論

共有 條評論