Sound Card Filter APISound Card API - manage audio capture/play filters.Functionsstruct _MSFilter * ms_snd_card_create_reader (MSSndCard *obj)struct ....
如果客户端是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
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可以处理的数据类型:INT,TEXT,FLOAT,DATE,TIME,Prefab,Texture2D,Audio,Position,Rotation,ScriptFile等。文件夹结构:UniDDataBase的文件夹结构帮助开发者管理文件。所有你想让UniDDatabase帮你管理的内容你都需要放到正确地文件夹中。音频剪辑放在audio_uni 文件夹。UniDData...
分类:
数据库 时间:
2015-01-19 00:20:48
阅读次数:
835
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
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
调用对象call object;声明上下文对象declarative environment record;作用域链scopechain;变量解析:variable resolution;引用错误referenceError表达式expression计算evaluate运算符operator原始表达...
分类:
编程语言 时间:
2015-01-16 19:03:35
阅读次数:
210
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