文件名称:AudioFlinger
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2015-10-06
- 文件大小:
- 29kb
- 下载次数:
- 0次
- 提 供 者:
- ger****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
AudioFlinger has a hard-coded upper limit of 2 channels for capture and playback.
There is support for > 2 channel tracks down-mixed to 2 channel output via a down-mix effect.
Adding full support for > 2 channel capture or playback would require more than simply changing
this #define. There is an independent hard-coded upper limit in AudioMixer
removing that AudioMixer limit would be necessary but insufficient to support > 2 channels.
The macro FCC_2 highlights some (but not all) places where there is are 2-channel assumptions.
Search also for 2 , left , right , [0] , [1] , >> 16 , << 16 , etc.-AudioFlinger has a hard-coded upper limit of 2 channels for capture and playback.
There is support for > 2 channel tracks down-mixed to 2 channel output via a down-mix effect.
Adding full support for > 2 channel capture or playback would require more than simply changing
this #define. There is an independent hard-coded upper limit in AudioMixer
removing that AudioMixer limit would be necessary but insufficient to support > 2 channels.
The macro FCC_2 highlights some (but not all) places where there is are 2-channel assumptions.
Search also for 2 , left , right , [0] , [1] , >> 16 , << 16 , etc.
There is support for > 2 channel tracks down-mixed to 2 channel output via a down-mix effect.
Adding full support for > 2 channel capture or playback would require more than simply changing
this #define. There is an independent hard-coded upper limit in AudioMixer
removing that AudioMixer limit would be necessary but insufficient to support > 2 channels.
The macro FCC_2 highlights some (but not all) places where there is are 2-channel assumptions.
Search also for 2 , left , right , [0] , [1] , >> 16 , << 16 , etc.-AudioFlinger has a hard-coded upper limit of 2 channels for capture and playback.
There is support for > 2 channel tracks down-mixed to 2 channel output via a down-mix effect.
Adding full support for > 2 channel capture or playback would require more than simply changing
this #define. There is an independent hard-coded upper limit in AudioMixer
removing that AudioMixer limit would be necessary but insufficient to support > 2 channels.
The macro FCC_2 highlights some (but not all) places where there is are 2-channel assumptions.
Search also for 2 , left , right , [0] , [1] , >> 16 , << 16 , etc.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
AudioFlinger.cpp
AudioFlinger.h