summaryrefslogtreecommitdiffstats
path: root/media/audio/fake_audio_input_stream.h
Commit message (Expand)AuthorAgeFilesLines
* Moved the fake input stream's processing onto the audio worker thread.phoglund2015-02-231-45/+21
* Added WebRTC audio quality test using fake device; improved fake devicephoglund2015-01-091-1/+7
* The auto gain control test plays a file into the fake microphone. Then itphoglund2014-12-191-1/+1
* Disable power logging and related UMA stats when AGC is not supported.henrika2014-12-021-1/+1
* Makes the WebRTC fake device capable of playing audio from a file.phoglund2014-11-211-4/+17
* Standardize usage of virtual/override/final in media/dcheng2014-10-211-11/+11
* Add support for audio input mute detection on all platforms.henrika2014-10-161-0/+1
* replace OVERRIDE and FINAL with override and final in media/mostynb2014-10-071-9/+9
* Use audio thread for the fake input audio stream.xians@chromium.org2014-07-171-1/+5
* Modifies AudioInputCallback::OnData and use media::AudioBus instead of plain ...henrika@chromium.org2014-06-191-0/+2
* Revert 277794 "Modifies AudioInputCallback::OnData and use media..."macourteau@chromium.org2014-06-171-2/+0
* Modifies AudioInputCallback::OnData and use media::AudioBus instead of plain ...henrika@chromium.org2014-06-171-0/+2
* reland 260073013: Added automatic mode to FakeInputAudioStream to generate au...xians@chromium.org2014-05-271-0/+1
* Revert 272884 "reland 260073013: Added automatic mode to FakeInp..."grunell@chromium.org2014-05-271-1/+0
* reland 260073013: Added automatic mode to FakeInputAudioStream to generate au...xians@chromium.org2014-05-261-0/+1
* Revert 269354 "Added automatic mode to FakeInputAudioStream to g..."ananta@chromium.org2014-05-091-1/+0
* Added automatic mode to FakeInputAudioStream to generate automatic beeps.xians@chromium.org2014-05-091-0/+1
* Revert 268848 "Added automatic mode to FakeInputAudioStream to g..."dalecurtis@google.com2014-05-071-1/+0
* Added automatic mode to FakeInputAudioStream to generate automatic beeps.xians@chromium.org2014-05-071-0/+1
* Use a direct include of time headers in media/.avi@chromium.org2013-06-281-1/+1
* Fix wrong header guards found by clang's new Wheader-guard.thakis@chromium.org2013-06-171-1/+1
* Replace erroneous use of base::Time with base::TimeTicks throughout media code.miu@chromium.org2013-06-131-1/+1
* Rewrite scoped_array<T> to scoped_ptr<T[]> in media/ and webkit/.dcheng@chromium.org2013-04-071-1/+1
* 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