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