summaryrefslogtreecommitdiffstats
path: root/audio/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Revert "audio: link against libsecril-client"Wolfgang Wiedmeyer2017-05-101-3/+2
| | | | This reverts commit 5a25b17d4e3b8a52c753f23ee3f1db15b3ef5feb.
* audio: Initial work towards a variable sampling rate.Kyle Repinski2016-01-151-1/+5
| | | | | | | Conflicts: audio/policy/audio_policy.default.conf Change-Id: I4d13946e88cacbf5e4ca383d5d0756262442efd2
* audio: Add ability to actually force the out stream sampling rate.Kyle Repinski2016-01-151-0/+2
| | | | | This audio HAL has always required some sort of resampling. THIS. ENDS. NOW.
* audio: Determine whether or not to use out stream resampler automatically.Kyle Repinski2016-01-151-3/+0
|
* audio: Disable output resampling by default.Kyle Repinski2016-01-151-1/+1
| | | | Seems to work OK without it.
* audio: Add ability to disable built-in out stream resample.Kyle Repinski2016-01-151-0/+3
| | | | | | | | | This needs further testing before enabling by default, but so far it's been OK. Conflicts: audio/audio_hw.c Change-Id: Ic4f86440ff4d01ab4d0d9f977bdec22f10f60555
* audio: link against libsecril-clientZiyan2015-06-181-2/+3
| | | | Thanks to @MWisBest.
* 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