微软近期Open的职位:Job Description:ResponsibilitiesDo you want to change the way the world interacts with computers? Do you want to be part of a team that pu...
分类:
其他好文 时间:
2014-08-20 02:31:05
阅读次数:
318
异步C#代码:using System;using System.Speech.Synthesis;namespace SampleSynthesis{ class Program { static void Main(string[] args) { // Initial...
分类:
其他好文 时间:
2014-08-19 18:36:25
阅读次数:
346
最近公司接手到了一个有挑战的项目,很有意思,拿出来和大家分享下,交流下开发过程中的一些收获和感悟。智能电话机器人 原委是这样的,有一个大佬,手里有好多好多,总之就是好多手机充x卡,他想把这些充x卡充值到不同的用户手机号里。有的朋友接触过的,会说“可以和移动去谈,然后搞到移动的接口,根据接口开发程序....
分类:
其他好文 时间:
2014-08-07 12:26:59
阅读次数:
206
Speech Module 1 FIRST_TEN = ["one", "two", "three", "four", "five", "six", "seven", 2 "eight", "nine"] 3 SECOND_TEN = ["ten", "eleven", "...
分类:
其他好文 时间:
2014-08-05 10:49:49
阅读次数:
218
重新想象 Windows 8.1 Store Apps 之 TTS(Text To Speech): Speak Text, Speak SSML
分类:
移动开发 时间:
2014-07-28 13:47:20
阅读次数:
297
Kinect 提供了非托管(C++)和托管(.NET)两种开发方式的SDK,如果您用C++开发的话,需要安装Speech Runtime(V11),Kinect for Windows Runtime和驱动的,如果您使用C#和VB.NET的话,需要Microsoft.Kinect.dll和Miros...
分类:
其他好文 时间:
2014-07-23 16:47:31
阅读次数:
263
之前用winfrom实现tts已经成功,就调用了下系统的类库。但我把相同的代码搬到asp.net上时却碰到了许多问题,查了好多网站、试过了很多方法,到现在算是做出了一部分吧。之前调用微软的TTS是用的这个代码1 SpeechSynthesizer speech = new SpeechSynthe....
分类:
Web程序 时间:
2014-07-16 21:04:50
阅读次数:
229
基于内容的音频和音乐分析领域的研究工作:主要文献出处:IEEE Transaction on Speech and Audio Processing ;IEEE Transaction on Pattern Analysis and Machine Intelligence(PAMI);IEEE T...
分类:
其他好文 时间:
2014-07-16 18:56:20
阅读次数:
200
为了方便调用暂停、继续的方法。要将speech的功能写成一个类。直接附上代码: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Speech.Synthesis; ...
分类:
其他好文 时间:
2014-07-09 18:44:34
阅读次数:
1183
今天搞了下微软的TTS,逛了好多网页、博客,拼拼凑凑搞了点东西吧。 首先添加类库调用,系统自带的system.speech1 using System.Speech.Synthesis;然后就能调用方法了1 SpeechSynthesizer speech = new SpeechSynthesi....
分类:
其他好文 时间:
2014-07-08 23:06:16
阅读次数:
1263