双E软件

——专注C#、ASP.NET技术

博客园 首页 新随笔 联系 订阅 管理
  118 Posts :: 0 Stories :: 33 Comments :: 1 Trackbacks

06 2009 档案

摘要: 语音合成1、使用语音合成 SpeechSynthesizer synth = new SpeechSynthesizer(); //获取本机上所安装的所有的Voice的名称 string voicestring = ""; foreach (InstalledVoice iv in synth.GetInstalledVoices()) { voicestring += iv.VoiceInfo....阅读全文
posted @ 2009-06-08 09:46 双E软件 阅读(1234) | 评论 (4) 编辑

摘要: 属性/方法名:说明:[基本属性] URL:String;指定媒体位置,本机或网络地址uiMode:String;播放器界面模式,可为Full, Mini, None, InvisibleplayState:integer;播放状态,1=停止,2=暂停,3=播放,6=正在缓冲,9=正在连接,10=准备就绪enableContextMenu:Boolean;启用/禁用右键菜单fullScreen:bo...阅读全文
posted @ 2009-06-05 16:29 双E软件 阅读(1446) | 评论 (0) 编辑