summaryrefslogtreecommitdiffstats
path: root/content/renderer/media/webrtc_audio_device_impl.h
Commit message (Expand)AuthorAgeFilesLines
* Support multiple files for AEC dump.grunell@chromium.org2014-06-181-15/+0
* Pass the elapsed time from VoE to WebRtcAudioRenderer as the current time for...ronghuawu@chromium.org2014-06-121-2/+4
* Use PullRenderData() method when APM in Chrome is enabled, so that we don't p...xians@chromium.org2014-05-071-3/+6
* Remove PlatformFile from Media stream aec_dumprvargas@chromium.org2014-04-231-2/+3
* Removed unneeded includes.zvorygin@chromium.org2014-04-031-1/+0
* Reland "Avoid hitting the thread check when WebRtcAudioRenderer is going away"vrk@chromium.org2014-03-121-0/+6
* Revert 255158 "Avoid hitting the thread check when WebRtcAudioRe..."vrk@chromium.org2014-03-121-6/+0
* Support the Aec dump for the APM in chrome.xians@chromium.org2014-03-081-0/+16
* Avoid hitting the thread check when WebRtcAudioRenderer is going away.xians@chromium.org2014-03-051-0/+6
* Removing WebRTC.Audio(Capture|Render)Time histograms. No longer needed.joi@chromium.org2014-02-261-4/+0
* Feed the render data to MediaStreamAudioProcessor and used AudioBus in render...xians@chromium.org2014-02-211-25/+49
* Use the current default capture for the webaudio audio track to get the corre...xians@chromium.org2014-02-141-4/+3
* Cleaned up the WebRtcAudioCapturer a bit.xians@chromium.org2014-01-161-7/+18
* Fixed the racing in the resampler of webrtc when two streams are calling OnDa...xians@chromium.org2014-01-091-0/+4
* Add generic interfaces for the sinks of the media stream audio track to get t...xians@chromium.org2013-12-041-26/+26
* Move the SetCaptureFormat to the capture audio thread.xians@chromium.org2013-11-221-0/+2
* Revert 236556 "Move the SetCaptureFormat to the capture audio th..."xians@chromium.org2013-11-211-2/+0
* Move the SetCaptureFormat to the capture audio thread.xians@chromium.org2013-11-211-0/+2
* Make the experimental AGC work on Chrome by default.xians@chromium.org2013-11-011-8/+0
* Adding key press detection in the browser process.jiayl@chromium.org2013-08-151-2/+4
* Revert 217768 "Adding key press detection in the browser process."phoglund@chromium.org2013-08-151-4/+2
* Adding key press detection in the browser process.jiayl@chromium.org2013-08-151-2/+4
* Support multiple sources for media stream AudioTrack.xians@chromium.org2013-08-071-26/+46
* Try relanding this CL, the original CL passed the try bots but failed the mac...xians@chromium.org2013-06-031-8/+6
* Revert 203686 "Trying relanding this CL, the original CL passed ..."xians@chromium.org2013-06-031-6/+8
* Trying relanding this CL, the original CL passed the try bots but failed the ...xians@chromium.org2013-06-031-8/+6
* Revert 203427 "Hook up the device selection to the WebAudio live..."justinlin@chromium.org2013-05-311-6/+8
* Hook up the device selection to the WebAudio live audio.xians@chromium.org2013-05-311-8/+6
* Improved AGC update scheme for the audio backend in Chrome.henrika@chromium.org2013-05-281-1/+1
* Reland 196894 - First step to add audio track support to local stream. xians@chromium.org2013-04-301-24/+24
* Revert 197349 "Reland 196894 - First step to add audio track sup..."xians@chromium.org2013-04-301-24/+24
* Reland 196894 - First step to add audio track support to local stream.xians@chromium.org2013-04-301-24/+24
* Revert 197063 "Reland 196894 - First step to add audio track sup..."miket@chromium.org2013-04-291-24/+24
* Reland 196894 - First step to add audio track support to local stream.xians@chromium.org2013-04-291-24/+24
* Revert 196894 "First step to add audio track support to local st..."miu@chromium.org2013-04-271-24/+24
* First step to add audio track support to local stream.xians@chromium.org2013-04-271-24/+24
* Cleaning up the webrtc::AudioDeviceModule implementation.henrika@chromium.org2013-03-211-122/+50
* Removes WebRtcAudioCapturerSink::OnCaptureDeviceStopped.henrika@chromium.org2013-03-151-4/+0
* StopStream for the local media stream should stop the capturer. xians@chromium.org2013-03-141-1/+3
* Revert 188053 "StopStream for the local media stream should stop..."xians@chromium.org2013-03-141-3/+1
* StopStream for the local media stream should stop the capturer.xians@chromium.org2013-03-141-1/+3
* Adds support of local audio streams for more than one media player.henrika@chromium.org2013-03-111-0/+4
* Allowing multiple MediaPlayers to connect to WebRtcAudioDeviceImpl by sharing...xians@chromium.org2013-01-241-0/+4
* Ensures that WebRTC works for device selections using a different sample rate...henrika@chromium.org2013-01-231-7/+0
* Adds support of rendering a local media stream for audio using HTML5 audio tag.henrika@chromium.org2012-12-141-0/+4
* Break down the webrtc code and AudioInputDevice into a WebRtcAudioCapturer.xians@chromium.org2012-11-161-57/+33
* Revert 167387 - Break down the webrtc code and AudioInputDevice into a WebRtc...wez@chromium.org2012-11-131-33/+57
* Break down the webrtc code and AudioInputDevice into a WebRtcAudioCapturer.xians@chromium.org2012-11-131-57/+33
* Otherwise it will prevent the second renderer connecting to the ADMxians@chromium.org2012-11-011-2/+6
* This allow connection remote stream to audio tag, and enable users to control...xians@chromium.org2012-10-301-10/+34