summaryrefslogtreecommitdiffstats
path: root/media/audio/audio_input_controller.cc
Commit message (Expand)AuthorAgeFilesLines
* 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