summaryrefslogtreecommitdiffstats
path: root/media/audio/audio_input_controller.cc
Commit message (Expand)AuthorAgeFilesLines
* Improved timer implementation in AudioInputController since AudioInputControl...henrika@chromium.org2012-04-171-23/+45
* Adds Analog Gain Control (AGC) to the WebRTC client.henrika@chromium.org2012-03-281-3/+49
* Revert 129018 - Revert 128993 - Refactor BaseTimer to avoid spamming the Mess...jbates@chromium.org2012-03-271-5/+11
* Revert 128993 - Refactor BaseTimer to avoid spamming the MessageLoop with orp...aa@chromium.org2012-03-261-11/+5
* Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks.jbates@chromium.org2012-03-261-5/+11
* Fix race in AudioInputController::Close().fischman@chromium.org2012-03-231-5/+3
* Make AudioParameters a class instead of a structvrk@google.com2012-03-211-2/+2
* Fix inconsistent line endings. No code changetommi@chromium.org2012-03-161-1/+1
* Make AudioManager non-refcounted.tommi@chromium.org2012-02-151-21/+25
* Removes the AudioInputControllerThread from AudioInputController.henrika@chromium.org2012-02-031-61/+68
* Remove the AudioManager singleton.tommi@chromium.org2011-12-121-11/+14
* Enable the device selection for linux and mac by passing a device unique id f...xians@chromium.org2011-11-221-4/+10
* Adding delay estimation to input audio.xians@chromium.org2011-10-041-2/+2
* Convert all of media/ over to the new base::{Bind,Callback} hotness.fischman@chromium.org2011-09-291-23/+15
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-021-1/+1
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-021-1/+1
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-021-1/+1
* 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-2/+26
* Implements AudioInputDevice API for low-latency audio input in the browser pr...scherkus@chromium.org2011-04-121-3/+43
* Cleaning up src/media to be consistent with static versus anonymous namespaces.scherkus@chromium.org2011-03-071-7/+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
* Set scoped IO access when closing the audio input thread to allow joining.leandrogracia@chromium.org2010-12-221-0/+11
* Simplified AudioOutputStream interface.sergeyu@chromium.org2010-11-111-12/+6
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-2/+2
* Add AudioParameters struct. Use it everywhere.sergeyu@chromium.org2010-08-311-17/+9
* Displays a speech input UI bubble during speech recognition.satish@chromium.org2010-08-271-0/+3
* Allow unit tests to use a mock audio input controller.satish@chromium.org2010-08-101-0/+8
* Uninitialized member in AudioInputController.finnur@chromium.org2010-08-021-0/+1
* Add an AudioInputController to help with audio recording.satish@chromium.org2010-07-161-0/+157