文件名称:DSDemo
- 所属分类:
- 多媒体编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2016-05-27
- 文件大小:
- 908kb
- 下载次数:
- 0次
- 提 供 者:
- q**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
总结一下我对混音算法的学习,大概有以下几种方式:
1. 直接加和
2. 加和后再除以混音通道数,防止溢出
3. 加和并箝位,如有溢出就设最大值
4. 饱和处理,接近最大值时进行扭曲(“软件混音的实现”一文算法就是这类)
5. 归一化处理,全部乘个系数,使幅值归一化。(只适用于文件)
6. 衰减因子法,用衰减因子限制幅值[1]。- This program is free software you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation either version 2 of the License, or
(at your option) any later version.
1. 直接加和
2. 加和后再除以混音通道数,防止溢出
3. 加和并箝位,如有溢出就设最大值
4. 饱和处理,接近最大值时进行扭曲(“软件混音的实现”一文算法就是这类)
5. 归一化处理,全部乘个系数,使幅值归一化。(只适用于文件)
6. 衰减因子法,用衰减因子限制幅值[1]。- This program is free software you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation either version 2 of the License, or
(at your option) any later version.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
DSDemo
......\DSBuffer.cpp
......\DSBuffer.h
......\DSDemo.aps
......\DSDemo.clw
......\DSDemo.cpp
......\DSDemo.dsp
......\DSDemo.dsw
......\DSDemo.h
......\DSDemo.rc
......\DSDemoDlg.cpp
......\DSDemoDlg.h
......\ReadMe.txt
......\Release
......\.......\DSDemo.res
......\.......\bk.wav
......\.......\effect.wav
......\Resource.h
......\StdAfx.cpp
......\StdAfx.h
......\bk.wav
......\effect.wav
......\res
......\...\DSDemo.ico
......\...\DSDemo.rc2