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