summaryrefslogtreecommitdiffstats
path: root/audio/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Prepare to move system/mediaGlenn Kasten2012-03-141-2/+2
| | | | Change-Id: Ifb68db236cb6b9e039eadf573e177add1de62d8c
* audio HAL: add audio pre processing.Eric Laurent2011-09-061-1/+2
| | | | | | | | | | | | | | | | | | Added support for audio pre processing and echo reference for AEC. Also: - added defines for ABE ports sampling rates - always select sub mic for camcorder and VoIP on speakerphone even if headset with mic is present - change mutex locking order: first hw device then stream. This allows calling functions on active output and input streams without releasing the hw device mutex. Aquiring the hw device mutex systematically in dtream read and write guarantees that a low priority thread waiting on the stream mutex will get it in a timely manner. Change-Id: I4abc9e56b30e7b72109db1961af76c6fd4c03be0
* audio HAL: use resampler from libaudioutils.Eric Laurent2011-08-261-2/+2
| | | | | | | Use resampler from libaudioutils instead of speex resampler directly. This change prepares integration of audio pre processing. Change-Id: Id985f7e46284fa038f16ecccaaa002b75e375a0f
* audio: voice call supportSimon Wilson2011-06-241-2/+2
| | | | | | | - Also ensured that PRODUCT_PACKAGES is set so that the HAL is copied into the filesystem. Change-Id: I89790e5aec1d6beb7d4650316ec070503a35c436
* Enable audio supportSimon Wilson2011-06-201-0/+29
- PCM output works via music player - Sometimes ringtones fail to play - Modem routing is untested but present - PCM input needs to be implemented Change-Id: Ib58bef9674e1c9bb896be521c3d95c4e07e0442b