summaryrefslogtreecommitdiffstats
path: root/media/audio/fake_audio_input_stream.h
Commit message (Expand)AuthorAgeFilesLines
* Implement audio/video sync instrumentation for WebRTChclam@chromium.org2012-11-021-1/+18
* Move media/audio files into media namespace (relanding)vrk@google.com2012-04-031-1/+5
* Revert 130180 - Move media/audio files into media namespacevrk@google.com2012-04-021-5/+1
* Move media/audio files into media namespacevrk@google.com2012-04-021-1/+5
* Adds Analog Gain Control (AGC) to the WebRTC client.henrika@chromium.org2012-03-281-0/+2
* Stopping the audio thread before destroying the AudioManager<Platform>.xians@chromium.org2012-03-141-7/+8
* Added AudioBuffer/AudioChunk abstractions for speech recognition and improved...primiano@chromium.org2012-03-131-1/+1
* Adding microphone volume support to chrome in linux. Totally there are 3 APIs...xians@chromium.org2012-02-281-0/+3
* Convert use of int ms to TimeDelta in files owned by vrk.tedvessenes@gmail.com2012-01-141-2/+2
* Add OVERRIDE to media/.avi@chromium.org2011-11-161-4/+4
* Fix media code to use initializer-list style for inheritance.scherkus@chromium.org2011-07-181-3/+3
* Coverity: Pass parameters by reference.jhawkins@chromium.org2011-06-221-2/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-281-3/+3
* 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-3/+2
* FBTF: More dtor deinlining. (Can almost see the end!)erg@google.com2010-10-221-1/+1
* Add AudioParameters struct. Use it everywhere.sergeyu@chromium.org2010-08-311-5/+4
* Add a fake audio input stream for testing purposes.satish@chromium.org2010-07-151-0/+51