summaryrefslogtreecommitdiffstats
path: root/media/audio/audio_input_controller.h
Commit message (Expand)AuthorAgeFilesLines
* Use the browser UI thread for audio on OSX.dalecurtis@chromium.org2013-06-051-1/+1
* Disable timer check for no data in AudioInputController for mirroring.miu@chromium.org2013-04-251-1/+2
* Remove unused parameter to OnError()jrummell@chromium.org2013-03-231-3/+3
* Tab Audio Mirroring: WebContentsAudioInputStream is a new implementation whic...miu@chromium.org2013-01-181-0/+12
* Make initial reset period configurable for audio input no data timer.milanb@chromium.org2012-09-061-1/+1
* Dead code elimination: scythe.chrome_functions:segment.path %media% edition, ...fischman@chromium.org2012-08-061-3/+0
* RefCounted types should not have public destructors, delegate cleanuprsleevi@chromium.org2012-06-261-1/+3
* RefCounted types should not have public destructors, media/ and gpu/ editionrsleevi@chromium.org2012-05-181-2/+3
* Improved timer implementation in AudioInputController since AudioInputControl...henrika@chromium.org2012-04-171-17/+28
* Adds Analog Gain Control (AGC) to the WebRTC client.henrika@chromium.org2012-03-281-2/+14
* Revert 129018 - Revert 128993 - Refactor BaseTimer to avoid spamming the Mess...jbates@chromium.org2012-03-271-2/+2
* Revert 128993 - Refactor BaseTimer to avoid spamming the MessageLoop with orp...aa@chromium.org2012-03-261-2/+2
* Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks.jbates@chromium.org2012-03-261-2/+2
* Fix a couple of regressions that made it in before the weekend.tommi@chromium.org2012-03-261-3/+3
* Fix race in AudioInputController::Close().fischman@chromium.org2012-03-231-3/+4
* Make AudioManager non-refcounted.tommi@chromium.org2012-02-151-6/+3
* Removes the AudioInputControllerThread from AudioInputController.henrika@chromium.org2012-02-031-46/+103
* Remove the AudioManager singleton.tommi@chromium.org2011-12-121-3/+10
* Enable the device selection for linux and mac by passing a device unique id f...xians@chromium.org2011-11-221-2/+3
* Add OVERRIDE to media/.avi@chromium.org2011-11-161-3/+3
* Adding delay estimation to input audio.xians@chromium.org2011-10-041-2/+3
* Reland r102332 - export more symbols needed for the component builddpranke@chromium.org2011-09-231-1/+1
* Revert "Fix more symbol exports and a compile failure for the component build...dpranke@chromium.org2011-09-221-1/+1
* Fix more symbol exports and a compile failure for the component build ofdpranke@chromium.org2011-09-221-1/+1
* Create media.dll / libmedia.so.darin@chromium.org2011-08-291-5/+3
* Revert r95841 due to failing media_unittests on linux_shared bot.darin@chromium.org2011-08-081-3/+5
* Enable media.dll / libmedia.so.darin@chromium.org2011-08-081-5/+3
* Revert 95496 - Create media.dllapatrick@chromium.org2011-08-051-3/+5
* Create media.dlldarin@chromium.org2011-08-041-5/+3
* Coverity: Pass parameters by reference.jhawkins@chromium.org2011-06-221-3/+3
* Fix bug when unplugging an audio input device whilst using speech input on Wi...allanwoj@chromium.org2011-06-151-0/+10
* Implements AudioInputDevice API for low-latency audio input in the browser pr...scherkus@chromium.org2011-04-121-6/+35
* Move some files from base to base/memory.levin@chromium.org2011-03-281-3/+3
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-2/+2
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Simplified AudioOutputStream interface.sergeyu@chromium.org2010-11-111-6/+3
* Add AudioParameters struct. Use it everywhere.sergeyu@chromium.org2010-08-311-10/+3
* Share one thread between all AudioOutputControllers instead of creating one p...sergeyu@chromium.org2010-08-251-0/+1
* Revert 57254 - Share one thread between all AudioOutputControllers instead of...scherkus@chromium.org2010-08-241-1/+0
* Share one thread between all AudioOutputControllers instead of creating one p...sergeyu@chromium.org2010-08-241-0/+1
* Allow unit tests to use a mock audio input controller.satish@chromium.org2010-08-101-3/+27
* Add an AudioInputController to help with audio recording.satish@chromium.org2010-07-161-0/+121