summaryrefslogtreecommitdiffstats
path: root/media/audio/audio_input_controller.h
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in media/, take 2.avi2015-12-231-0/+5
* Add missing macros includes in media/.avi2015-12-191-0/+1
* Switch to standard integer types in media/.Avi Drissman2015-12-191-2/+2
* Ensure that data is not overwritten in the audio input shared memory ring buf...grunell2015-09-101-1/+1
* Implement writing mic audio input data to file for debugging purposes.grunell2015-09-071-0/+20
* Check buffer sequence and ring buffer index in shared memory at browser/rende...grunell2015-08-201-5/+2
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-271-1/+1
* Reduce power logging and UMA stats when AGC is disabled.henrika2014-10-221-8/+7
* Standardize usage of virtual/override/final in media/dcheng2014-10-211-6/+6
* Remove usage of AudioPowerMonitor for logging of input audio levelshenrika2014-10-081-5/+3
* replace OVERRIDE and FINAL with override and final in media/mostynb2014-10-071-2/+2
* Adding media.MicrophoneVolume UMA stat.henrika2014-09-091-1/+1
* Adding Media.InputStreamDuration to UMA histograms for low-latency input audi...henrika2014-09-051-0/+3
* Improve logging related to start/stop and failure of audio input streams in C...henrika2014-08-291-1/+2
* Only log audio input silence state UMA stats for low latency mode and if not ...grunell@chromium.org2014-08-221-5/+22
* Add UMA stats for silence AudioInputController.grunell@chromium.org2014-08-141-0/+21
* Add UMA stats for open audio input device failure.grunell@chromium.org2014-08-131-2/+1
* Modifies AudioInputCallback::OnData and use media::AudioBus instead of plain ...henrika@chromium.org2014-06-191-12/+11
* Revert 277794 "Modifies AudioInputCallback::OnData and use media..."macourteau@chromium.org2014-06-171-11/+12
* Modifies AudioInputCallback::OnData and use media::AudioBus instead of plain ...henrika@chromium.org2014-06-171-12/+11
* Adds volume level measurements to the AudioInputController for low-latency cl...henrika@chromium.org2014-05-271-0/+21
* Add AudioInputControllerCaptureStartupSuccess UMA.xians@chromium.org2014-05-101-0/+4
* Trying to solve crash in AudioInputController related to invalid EventHandler.henrika@chromium.org2014-05-061-3/+3
* Adds error codes to AudioInputController/AudioInputRendererHost native logshenrika@chromium.org2014-02-281-1/+25
* Make sure we don't call DisableKeyPressMonitoring without calling EnableKeyPr...tommi@chromium.org2014-02-271-5/+3
* Replace MessageLoopProxy with SingleThreadTaskRunner for the rest of media/.scherkus@chromium.org2014-01-071-5/+5
* Remove an unused OnClose() method from AudioInputCallback.tommi@chromium.org2013-12-181-3/+2
* Adds key press detection for Mac by detecting the increase of key down event ...jiayl@chromium.org2013-08-281-8/+4
* Adding key press detection in the browser process.jiayl@chromium.org2013-08-151-11/+35
* Revert 217768 "Adding key press detection in the browser process."phoglund@chromium.org2013-08-151-35/+11
* Adding key press detection in the browser process.jiayl@chromium.org2013-08-151-11/+35
* Use a direct include of time headers in media/.avi@chromium.org2013-06-281-1/+1
* added device selection to web speech to use the correct device. Users should ...xians@chromium.org2013-06-201-2/+3
* Use the browser UI thread for audio on OSX.dalecurtis@chromium.org2013-06-051-1/+1
* Disable timer check for no data in AudioInputController for mirroring.miu@chromium.org2013-04-251-1/+2
* Remove unused parameter to OnError()jrummell@chromium.org2013-03-231-3/+3
* Tab Audio Mirroring: WebContentsAudioInputStream is a new implementation whic...miu@chromium.org2013-01-181-0/+12
* Make initial reset period configurable for audio input no data timer.milanb@chromium.org2012-09-061-1/+1
* Dead code elimination: scythe.chrome_functions:segment.path %media% edition, ...fischman@chromium.org2012-08-061-3/+0
* RefCounted types should not have public destructors, delegate cleanuprsleevi@chromium.org2012-06-261-1/+3
* RefCounted types should not have public destructors, media/ and gpu/ editionrsleevi@chromium.org2012-05-181-2/+3
* Improved timer implementation in AudioInputController since AudioInputControl...henrika@chromium.org2012-04-171-17/+28
* Adds Analog Gain Control (AGC) to the WebRTC client.henrika@chromium.org2012-03-281-2/+14
* Revert 129018 - Revert 128993 - Refactor BaseTimer to avoid spamming the Mess...jbates@chromium.org2012-03-271-2/+2
* Revert 128993 - Refactor BaseTimer to avoid spamming the MessageLoop with orp...aa@chromium.org2012-03-261-2/+2
* Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks.jbates@chromium.org2012-03-261-2/+2
* Fix a couple of regressions that made it in before the weekend.tommi@chromium.org2012-03-261-3/+3
* Fix race in AudioInputController::Close().fischman@chromium.org2012-03-231-3/+4
* Make AudioManager non-refcounted.tommi@chromium.org2012-02-151-6/+3
* Removes the AudioInputControllerThread from AudioInputController.henrika@chromium.org2012-02-031-46/+103