码迷,mamicode.com
首页 >  
搜索关键字:audio record wizard    ( 4296个结果
Sound Card Filter API
Sound Card Filter APISound Card API - manage audio capture/play filters.Functionsstruct _MSFilter * ms_snd_card_create_reader (MSSndCard *obj)struct ....
分类:Windows程序   时间:2015-01-20 17:21:24    阅读次数:253
datasnap 如何监控客户端的连接情况
如果客户端是TCP/IP是短连接的情况就没有必要了。 1 type 2 pClientConns = ^TClientConns; // 客户连接 3 TClientConns = record 4 clientid: integer; 5 ip: string; 6 port: str...
分类:其他好文   时间:2015-01-20 15:16:52    阅读次数:256
检测声卡是否安装
/// /// The waveOutGetNumDevs function retrieves the number of waveform-audio output devices present in the system. /// /// Ret...
分类:其他好文   时间:2015-01-20 13:42:48    阅读次数:158
mediastream2说明文档-2(2.7.3)
Howto 1: build a sample audio graph.Initialize mediastreamer2When using mediastreamer2, your first task is to initialize the library: ##include int i....
分类:其他好文   时间:2015-01-20 13:21:55    阅读次数:220
算法模板——二分图匹配
实现功能为二分图匹配本程序以Codevs2776为例详见Codevs2776 1 type 2 point=^node; 3 node=record 4 g:longint; 5 next:point; 6 end;...
分类:编程语言   时间:2015-01-19 23:29:16    阅读次数:150
UniDDataBase-介绍及主要用法总结
UniDDatabase可以处理的数据类型:INT,TEXT,FLOAT,DATE,TIME,Prefab,Texture2D,Audio,Position,Rotation,ScriptFile等。文件夹结构:UniDDataBase的文件夹结构帮助开发者管理文件。所有你想让UniDDatabase帮你管理的内容你都需要放到正确地文件夹中。音频剪辑放在audio_uni 文件夹。UniDData...
分类:数据库   时间:2015-01-19 00:20:48    阅读次数:835
ubuntu下安装录屏软件
sudo add-apt-repository ppa:maarten-baert/simplescreenrecordersudo apt-get updatesudo apt-get install simplescreenrecorder# if you want to record 32-b...
分类:系统相关   时间:2015-01-17 20:44:35    阅读次数:208
G.711是一种由国际电信联盟(ITU-T)制定的音频编码方式
http://zh.wikipedia.org/zh-cn/G.711ITU-T G.711 pageITU-T G.191 software tools for speech and audio coding, including G.711 C codeCode Project C# imple...
分类:移动开发   时间:2015-01-17 17:58:07    阅读次数:213
javascript5
调用对象call object;声明上下文对象declarative environment record;作用域链scopechain;变量解析:variable resolution;引用错误referenceError表达式expression计算evaluate运算符operator原始表达...
分类:编程语言   时间:2015-01-16 19:03:35    阅读次数:210
Ext.grid.GridPanel数据转json
var count = docAdGrid.getStore().getCount();var jsonArray = [];for (var i = 0; i < count; i++) { var record = docAdGrid.getStore().getAt(i); ...
分类:Web程序   时间:2015-01-16 18:34:07    阅读次数:127
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!