Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix build warnings | Glenn Kasten | 2014-07-29 | 1 | -1/+1 |
| | | | | Change-Id: Ife5e40264f43fb3ccb40830228701003fe106bf5 | ||||
* | Add multichannel capability to AudioMixer | Andy Hung | 2014-07-24 | 1 | -14/+67 |
| | | | | | | | | tests/test-mixer updated to handle multichannel. New mixer path is still disabled (kUseNewMixer = false). Subsequent CL will enable multichannel capability. Change-Id: I71dafa94cc1d9af567c285e0ded7c5c94e3ff926 | ||||
* | Add floating point volume handling to AudioMixer | Andy Hung | 2014-07-08 | 1 | -0/+40 |
| | | | | | | | | | | | | | | | Use floating point volume in AudioMixer mixing when floating point input is used with the new mixer engine. AudioResampler is updated to take floating point volume to match. Both legacy integer and floating point mixer engines work. For now, integer volume is used when the new mixer engine runs in integer input mode, for backward compatibility with the legacy mixer. The new mixer engine will generally run in floating point input mode. When the legacy path is removed, the integer volumes will be removed. Change-Id: I79e80c292ae7c8b8bdd0aa371a1b2c3a1b618290 | ||||
* | Add new AudioMixer processing hooks | Andy Hung | 2014-06-30 | 1 | -0/+361 |
This change adds new process and thread hooks for multi-format handling. It is enabled by setting kUseNewMixer = true. Change-Id: I262a3d2e4411f8cef7370a497b77a34eb55f1f86 |