搜索资源列表
DsDemo
- Dshow编程的案例,主要实现摄像头数据的采集-Dshow programming case, the main achievement data acquisition camera
DSDemo
- vc控制混音效果的程序源码,很不错的demo-vc control the mixing effect of program source code, it is a good demo
DSDemo
- 控制混音效果\DSDemo,很不错的vc源码,希望能对大家有所帮助-Control the mixing effect \ DSDemo, very good vc source, I hope you can help
DSDemo
- 运用DirectSound实现混音,本例程有两个文件,实现同时播放,互不干扰-use direct sound to do play two voice at the same time
DSDemo
- 总结一下我对混音算法的学习,大概有以下几种方式: 1. 直接加和 2. 加和后再除以混音通道数,防止溢出 3. 加和并箝位,如有溢出就设最大值 4. 饱和处理,接近最大值时进行扭曲(“软件混音的实现”一文算法就是这类) 5. 归一化处理,全部乘个系数,使幅值归一化。(只适用于文件) 6. 衰减因子法,用衰减因子限制幅值[1]。- This program is free software you can redistribute it and/or modify