summaryrefslogtreecommitdiffstats
path: root/media/audio/android
Commit message (Expand)AuthorAgeFilesLines
* Initialization of audio manager for Android is now done on the audio thread.henrika@chromium.org2014-02-213-191/+345
* Volume button now controls media volume for WebAudio.henrika@chromium.org2014-02-204-28/+36
* Reland 153623004: Remove the unified IO code on the browserxians@chromium.org2014-02-133-16/+11
* Revert 249790 "Remove the unified IO code on the browser."skobes@google.com2014-02-073-11/+16
* Remove the unified IO code on the browser.xians@chromium.org2014-02-073-16/+11
* Factorize MockAudioSourceCallback out of many unittests.dalecurtis@chromium.org2014-01-301-23/+12
* Disabling a flaky android test StartInputStreamCallbacksronghuawu@chromium.org2014-01-241-1/+2
* Disable flaky StartInputStreamCallbacksNonDefaultParameters.ronghuawu@chromium.org2014-01-241-1/+2
* Adding Bluetooth support to media in Chrome.henrika@chromium.org2014-01-201-0/+1
* Ensure Android RunSymmetric test can select the AudioRecord path.ajm@chromium.org2014-01-162-2/+5
* Replace MessageLoopProxy with SingleThreadTaskRunner for the rest of media/.scherkus@chromium.org2014-01-071-1/+1
* Remove an unused OnClose() method from AudioInputCallback.tommi@chromium.org2013-12-183-13/+3
* Reland "Refactor audio manager for Android to avoid heavy tasks at startup"henrika@chromium.org2013-12-173-18/+96
* Revert 240887 "Revert 240885 "Revert 240883 "Refactor audio mana..."szym@chromium.org2013-12-163-96/+18
* Revert 240885 "Revert 240883 "Refactor audio manager for Android..."henrika@chromium.org2013-12-163-18/+96
* Revert 240883 "Refactor audio manager for Android to avoid heavy..."henrika@chromium.org2013-12-163-96/+18
* Refactor audio manager for Android to avoid heavy tasks at startup.henrika@chromium.org2013-12-163-18/+96
* Enable platform echo cancellation through the AudioRecord path.ajm@chromium.org2013-12-135-66/+137
* Fixes Start/Stop issue for OpenSL on Androidhenrika@chromium.org2013-12-131-0/+1
* Revert 240548 "Enable platform echo cancellation through the Aud..."hashimoto@chromium.org2013-12-135-137/+66
* Enable platform echo cancellation through the AudioRecord path.ajm@chromium.org2013-12-135-66/+137
* Revert 239400 "Revert 239280 "Move more file_util functions to b..."thakis@chromium.org2013-12-081-2/+2
* Revert 239280 "Move more file_util functions to base namespace."thakis@chromium.org2013-12-081-2/+2
* Move more file_util functions to base namespace.brettw@chromium.org2013-12-071-2/+2
* Mute audio when volume is zero on Android.wjia@chromium.org2013-12-054-2/+61
* Add a JNI AudioRecord implementation of AudioInputStream.ajm@chromium.org2013-12-054-9/+210
* Plumb AudioLog support into AudioManager.dalecurtis@chromium.org2013-12-043-5/+6
* Device enumeration on Android now thread safe.henrika@chromium.org2013-12-041-0/+3
* Adding device enumeration to the Android device manager.henrika@chromium.org2013-11-292-12/+64
* Replace LOG(INFO) with VLOG(0), throughout *media*fischman@chromium.org2013-11-251-16/+16
* Remove the last vestiges of audio_util.dalecurtis@chromium.org2013-10-011-1/+0
* Implement GetAudioOutputDevices for remaining platforms, consolidate tests.joi@chromium.org2013-09-162-6/+18
* Adding audio unit tests for Android.henrika@chromium.org2013-09-126-189/+1089
* Load opensles lazily.qsr@chromium.org2013-09-121-0/+109
* Add the necessary scaffolding to allow creation of non-default audio output d...tommi@chromium.org2013-09-032-4/+16
* Changes default audio input from stereo to mono on Android.henrika@chromium.org2013-08-281-2/+7
* Convert channel layout to channel count for optimal frame size.rtoy@google.com2013-06-261-1/+2
* Add trace event for FillBufferQueue.rtoy@google.com2013-06-261-0/+2
* Enable audio volume control on Android.wjia@chromium.org2013-06-216-157/+174
* Enable low latency mode for audio playback on Androidwjia@chromium.org2013-06-171-5/+1
* Try relanding this CL, the original CL passed the try bots but failed the mac...xians@chromium.org2013-06-032-5/+7
* Revert 203686 "Trying relanding this CL, the original CL passed ..."xians@chromium.org2013-06-032-7/+5
* Trying relanding this CL, the original CL passed the try bots but failed the ...xians@chromium.org2013-06-032-5/+7
* Revert 203427 "Hook up the device selection to the WebAudio live..."justinlin@chromium.org2013-05-312-7/+5
* Hook up the device selection to the WebAudio live audio.xians@chromium.org2013-05-312-5/+7
* Fix audio capture buffer handling on Android.wjia@chromium.org2013-05-281-10/+10
* Using native sampling rate and optimal buffer size for audio on Android.leozwang@chromium.org2013-05-272-12/+41
* Destroy the openSLES objects in the correct order on Android.rtoy@google.com2013-05-161-1/+1
* Set default sampling rate to 44100 and query the native output sampling rate.leozwang@chromium.org2013-05-162-13/+14
* Revert 194407 "Revert 194371"wjia@chromium.org2013-04-162-0/+79