summaryrefslogtreecommitdiffstats
path: root/content/renderer/media/webrtc_audio_capturer.cc
Commit message (Expand)AuthorAgeFilesLines
* Wire up the MediaStreamAudioProcessor with the WebRtcAudioCapturer.xians@chromium.org2014-01-151-57/+105
* Enable platform echo cancellation through the AudioRecord path.ajm@chromium.org2013-12-131-15/+19
* Revert 240548 "Enable platform echo cancellation through the Aud..."hashimoto@chromium.org2013-12-131-19/+15
* Enable platform echo cancellation through the AudioRecord path.ajm@chromium.org2013-12-131-15/+19
* Make MediaStreamAudioSink inherit from MediaStreamSink.joi@chromium.org2013-12-121-0/+18
* Reduce code duplication by extracting TaggedList.joi@chromium.org2013-12-091-41/+26
* Add generic interfaces for the sinks of the media stream audio track to get t...xians@chromium.org2013-12-041-4/+4
* Fixed the problem where audio processing is disabled when video effect is ena...xians@chromium.org2013-11-291-1/+1
* Add diagnostic WebRTC logging.grunell@chromium.org2013-11-281-0/+15
* Allowing the audio track to pass a buffer size smaller than 10ms when it is n...xians@chromium.org2013-11-271-7/+10
* Move the SetCaptureFormat to the capture audio thread.xians@chromium.org2013-11-221-35/+50
* Revert 236556 "Move the SetCaptureFormat to the capture audio th..."xians@chromium.org2013-11-211-50/+35
* Move the SetCaptureFormat to the capture audio thread.xians@chromium.org2013-11-211-35/+50
* Move the webaudio source provider to the track.xians@chromium.org2013-11-141-10/+22
* Fix GetPairedOutputParameterstommi@chromium.org2013-11-051-2/+6
* Make the experimental AGC work on Chrome by default.xians@chromium.org2013-11-011-12/+1
* Use 10ms buffer size for windows and linux when webrtc is not connected to pe...xians@chromium.org2013-10-141-2/+8
* Don't change the format of the audio before stopping the old audio source.xians@chromium.org2013-10-101-2/+0
* Remove the last vestiges of audio_util.dalecurtis@chromium.org2013-10-011-1/+0
* Refactor MediaStreamImpl::GetAuthorizedDeviceInfoForAudioRenderer.perkj@chromium.org2013-09-301-2/+19
* Switch LiveAudio to a source provider solution.xians@chromium.org2013-09-171-137/+102
* Adding key press detection in the browser process.jiayl@chromium.org2013-08-151-8/+14
* Revert 217768 "Adding key press detection in the browser process."phoglund@chromium.org2013-08-151-14/+8
* Adding key press detection in the browser process.jiayl@chromium.org2013-08-151-8/+14
* Support multiple sources for media stream AudioTrack.xians@chromium.org2013-08-071-60/+126
* Fixed the UMA for webrtc sample rates. We need to map the sample rate to medi...xians@chromium.org2013-06-201-2/+7
* start the new source when webaudio is taking over.xians@chromium.org2013-06-131-1/+6
* This patch starts the source of the capturer when the first audiotrack is add...xians@chromium.org2013-06-111-15/+53
* Use a direct include of strings headers in content/renderer and content/shell.avi@chromium.org2013-06-111-1/+1
* Move a bunch of child-only code from content/common to content/childscottmg@chromium.org2013-06-061-1/+1
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-021-9/+9
* Adds proper 44.1 support to WebRTC.henrika@chromium.org2013-05-291-24/+4
* Set default sampling rate to 44100 and query the native output sampling rate.leozwang@chromium.org2013-05-161-1/+1
* Fixed the crash when the WebRtcAudioCapturer::|buffer_| is NULL, this can hap...xians@chromium.org2013-05-071-1/+12
* Reland 196894 - First step to add audio track support to local stream. xians@chromium.org2013-04-301-97/+32
* Revert 197349 "Reland 196894 - First step to add audio track sup..."xians@chromium.org2013-04-301-32/+97
* Reland 196894 - First step to add audio track support to local stream.xians@chromium.org2013-04-301-97/+32
* Revert 197063 "Reland 196894 - First step to add audio track sup..."miket@chromium.org2013-04-291-32/+97
* Reland 196894 - First step to add audio track support to local stream.xians@chromium.org2013-04-291-97/+32
* Revert 196894 "First step to add audio track support to local st..."miu@chromium.org2013-04-271-32/+97
* First step to add audio track support to local stream.xians@chromium.org2013-04-271-97/+32
* Merge AssociateStreamWithProducer message into CreateStream message for both ...miu@chromium.org2013-04-171-3/+4
* Reset the _running flag to allow starting the new source.xians@chromium.org2013-04-161-0/+3
* Chromium style checker cleanuprsleevi@chromium.org2013-04-011-1/+1
* Removed a DCHECK which fails the webrtc quality test when running webrtc with...xians@chromium.org2013-03-211-1/+0
* Do not pass the string device_id via IPC message to create an audio input str...xians@chromium.org2013-03-201-20/+9
* Removes WebRtcAudioCapturerSink::OnCaptureDeviceStopped.henrika@chromium.org2013-03-151-30/+2
* StopStream for the local media stream should stop the capturer. xians@chromium.org2013-03-141-5/+1
* Fixes WebRTC crash caused by calling RemoveCapturerSink() while capturing.henrika@chromium.org2013-03-141-12/+99
* Revert 188053 "StopStream for the local media stream should stop..."xians@chromium.org2013-03-141-1/+5