summaryrefslogtreecommitdiffstats
path: root/media/audio/fake_audio_input_stream.cc
Commit message (Expand)AuthorAgeFilesLines
* Make AudioParameters a class instead of a structvrk@google.com2012-03-211-3/+3
* Stopping the audio thread before destroying the AudioManager<Platform>.xians@chromium.org2012-03-141-10/+10
* Adding microphone volume support to chrome in linux. Totally there are 3 APIs...xians@chromium.org2012-02-281-0/+10
* Convert use of int ms to TimeDelta in files owned by vrk.tedvessenes@gmail.com2012-01-141-10/+10
* Adding delay estimation to input audio.xians@chromium.org2011-10-041-1/+1
* Convert all of media/ over to the new base::{Bind,Callback} hotness.fischman@chromium.org2011-09-291-3/+5
* Coverity: Pass parameters by reference.jhawkins@chromium.org2011-06-221-2/+3
* Simplified AudioOutputStream interface.sergeyu@chromium.org2010-11-111-7/+6
* FBTF: More dtor deinlining. (Can almost see the end!)erg@google.com2010-10-221-0/+2
* Add AudioParameters struct. Use it everywhere.sergeyu@chromium.org2010-08-311-9/+6
* FBTF: Remove unneeded headers from base/ (part 5)thestig@chromium.org2010-08-071-2/+0
* Add a fake audio input stream for testing purposes.satish@chromium.org2010-07-151-0/+80