Warfare And Logistics The army of United Nations launched a new wave of air strikes on terroristforces. The objective of the mission is to reduce enem ...
分类:
其他好文 时间:
2016-05-11 21:56:10
阅读次数:
234
来自: 戴铭 2010-08-31 17:52:31 newthreading - safer concurrency for Python 安全并发(1回应) http://www.starming.com/index.php?action=plugin&v=wave&tpl=union& ...
分类:
编程语言 时间:
2016-05-10 23:28:09
阅读次数:
228
使用DirectX SDK中带的CWaveFile类可以进行wave文件的读写,新建一个wave文件,并将头信息和音频数据写入文件:
CWavefile *g_pWaveFile;
WAVEFORMATEX wfxInput;
ZeroMemory(&wfxInput,sizeof(wfxInput));
wfxInput.wFormatTag = WAVE_FORMAT_PCM;
wf...
分类:
其他好文 时间:
2016-05-07 09:09:25
阅读次数:
156
Coax Transformers How to determine the needed Z for a wanted Quarter Wave Lines tranformation ratio Some applied examples 1. From 50 ohms feedline to ... ...
分类:
其他好文 时间:
2016-05-03 00:20:30
阅读次数:
843
任务描述:通过科大讯飞语音合成组件在线完成文本转语音的合成,然后再转换为电话系统IVR要求的音频格式: wave mu-law 16位 8kHZ 64kbps。 完成步骤: 首先,我们要先通过科大讯飞语音合成组件实现文本合成,由于科大讯飞提供的接口都是C语言的,如果用C#调用需要做二次封装,为了快速 ...
The news last month that gravitational waves had been discovered made waves throughout the world of science.
The finding, from the Laser Interferometer Gravitational-Wave Observatory, or LIGO, showe...
分类:
其他好文 时间:
2016-04-17 22:50:43
阅读次数:
229
参考:https://github.com/cyclegtx/wave_background 做的水波背景,以后可能会用到哈! 效果如下: 代码如下: ...
分类:
其他好文 时间:
2016-04-11 18:33:54
阅读次数:
830
Delta-wave Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 7539 Accepted Submission(s): 2914 Prob ...
分类:
其他好文 时间:
2016-04-04 13:03:17
阅读次数:
206
使用IXAduio2SubmixVoice可以对wave文件进行采样率转换,以满足设备对波形音频采样率的要求。在XAudio2学习三之获取音频输出设备信息可以看到音频播放设备是有自己支持播放的wave文件的格式的。
以将2通道/44.1k采样率的wave转为2通道/48k的wave为例:
首先,初始化COM组件;
HRESULT hr = CoInitializeEx(NULL, COIN...
分类:
其他好文 时间:
2016-03-27 11:12:09
阅读次数:
509
All the two important problem that the EM try to describe and explain are propogation and radiation of EM wave, on the basics of Maxwell Equations. So...
分类:
其他好文 时间:
2016-03-16 07:04:10
阅读次数:
225