avd是创建模拟器,ddms设备信息监听服务在ddms是监听手机服务:thread是监听应用用到的线程,heap是监听应用占用的堆内存。file Explore是监听手机的文件系统,data目录是手机内存,storge--sdcard(内存卡)Emulate Control--voice(信号) s...
分类:
其他好文 时间:
2015-04-03 22:27:45
阅读次数:
218
3.Shared Decision Tree Context Clustering3.1Training of Average Voice ModelA block diagram of the training stage of average voice model using the prop...
分类:
其他好文 时间:
2015-04-02 13:18:15
阅读次数:
127
一般监听音量多是监听音量按键的点击,但是滚动音量条的拖动无法监听
解决办法:
当音量改变的时候系统会发出广播
我们只要监听该广播就可以了
该广播的action为AudioManager.VOLUME_CHANGED_ACTION
但是AudioManager.VOLUME_CHANGED_ACTION被隐藏,所以直接用 "android.media.VOL...
分类:
移动开发 时间:
2015-03-28 08:51:04
阅读次数:
2050
啥都不说:
直接上代码
AVSpeechUtterance *utterance = [AVSpeechUtterance speechUtteranceWithString:@"你好我使用台语发音跟你说话。"];
//台语发音
AVSpeechSynthesisVoice *voice = [AVSpeechSynthesisVoice voiceWithLanguag...
分类:
移动开发 时间:
2015-03-20 16:30:18
阅读次数:
144
本文根据“How to integrate audio/voice in RPE in EZSDK.pdf”整理,建议读者直接下载,参考原文件。原文件下载链接:http://download.csdn.net/detail/guo8113/8122945ps:本文只是参考文档进行定制补充,但目前笔者...
分类:
编程语言 时间:
2015-03-17 14:03:25
阅读次数:
307
/*Note: this code is a demo for how to using gprs shield to send sms message, dial a voice call and send a http request to the website, upload data .....
分类:
其他好文 时间:
2015-03-14 09:32:40
阅读次数:
1355
都在ril.h中定义。log中:VOICE_REGISTRATION_STATE{1,ac17,02219ea0,17,null,null,null,0,null,null,1,null,null,0,null}1,表示registered,homenetwork;LAC:ac17,CID:02219EA0,radioTech:RADIO_TECH_TD_SCDMA;0:isconcurrentservicessupportindicatorifregisteredonaCDMAsy..
分类:
其他好文 时间:
2015-02-27 10:18:25
阅读次数:
554
log中:VOICE_REGISTRATION_STATE{1,ac17,02219ea0,17,null,null,null,0,null,null,1,null,null,0,null}1,表示registered,homenetwork;LAC:ac17,CID:02219EA0,radioTech:RADIO_TECH_TD_SCDMA;0:isconcurrentservicessupportindicatorifregisteredonaCDMAsystem0-1.0-Concurr..
分类:
其他好文 时间:
2015-02-27 01:35:35
阅读次数:
2767
uva 10602 Editor Nottoobad
Company Macrohard has released it’s new version of editor Nottoobad, which can understand a few voice commands. Unfortunately, there are only two voice commands that ...
分类:
编程语言 时间:
2015-02-14 17:32:51
阅读次数:
276
接收普通消息type TMsgType = (event, text, image, voice, video, location, link); TMessage = Record ToUserName: String; FromUserName: String; Creat...
分类:
微信 时间:
2015-02-09 22:56:53
阅读次数:
488