summaryrefslogtreecommitdiffstats
path: root/media/libeffects/downmix/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Remove dependency on audio_* locationGlenn Kasten2012-03-141-2/+2
| | | | Change-Id: I4bc66115fcb9ba22b057bd72db3f561dcb18a0d8
* Effect for multichannel PCM downmix to stereoJean-Michel Trivi2012-03-071-0/+28
First pass at implementing an audio effect whose role is to downmix multichannel PCM buffers to stereo. The effect is not handling volume changes. The effect code here handles quad, 4.0, 5.1 and 7.1 input configurations, to optimize the most commom configurations, and does not yet handle generic multichanel configurations. Change-Id: I74d04bd961348f3f0e4ae7714b70e620808a0829