summaryrefslogtreecommitdiffstats
path: root/content/renderer/media/webrtc_audio_capturer.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert of Revert of Remove the last piece of deprecated synchronous IO code. ...xians2014-08-281-1/+1
* Revert of Remove the last piece of deprecated synchronous IO code. (patchset ...tnagel2014-08-271-1/+1
* Remove the last piece of deprecated synchronous IO code.xians2014-08-271-1/+1
* Remove implicit conversions from scoped_refptr to T* in content/renderer/medi...dcheng2014-08-271-4/+4
* Update webrtc&libjingle 6774:6825.ronghuawu@chromium.org2014-08-061-1/+1
* Revert "Update webrtc&libjingle 6774:6799."erikchen@chromium.org2014-07-311-1/+1
* Update webrtc&libjingle 6774:6799.ronghuawu@chromium.org2014-07-311-1/+1
* reland r280896: Fixed the audio mirroring problem introduced by r278345 xians@chromium.org2014-07-021-1/+1
* Revert 280896 "Fixed the audio mirroring problem introduced by r..."xians@chromium.org2014-07-021-1/+1
* Fixed the audio mirroring problem introduced by r278345 ( https://codereview....xians@chromium.org2014-07-011-1/+1
* Stop feeding render data to AEC after audio processor has stopped.xians@chromium.org2014-06-301-0/+3
* Support multiple files for AEC dump.grunell@chromium.org2014-06-181-14/+0
* Remove volume level DCHECK in WebRtcAudioCapturer on CrOSposciak@chromium.org2014-06-061-1/+1
* Added a kEchoCancellation constraint to turn off the audio processing. Also, ...xians@chromium.org2014-05-151-4/+9
* Support 3 channels for audio input.grunell@chromium.org2014-04-291-1/+2
* Remove PlatformFile from Media stream aec_dumprvargas@chromium.org2014-04-231-4/+3
* Do not provide the input level if the APM is not enabled in Chrome.xians@chromium.org2014-04-231-1/+1
* Update MediaStreamTrack::Stop to latest draft.perkj@chromium.org2014-04-161-21/+31
* Limit the max volume to 255 before pass it to APM.xians@chromium.org2014-04-141-4/+4
* Adds more logging for audio input issues.jiayl@chromium.org2014-04-101-1/+25
* Adds 192kHz support for WebRTC capturing.henrika@chromium.org2014-04-031-1/+2
* Fix/Add unittest to work for the code behind --enable-audio-track-processing.xians@chromium.org2014-03-121-1/+1
* Only turn on the audio processing by default for MEDIA_DEVICE_AUDIO_CAPTURE.xians@chromium.org2014-03-101-1/+2
* Support the Aec dump for the APM in chrome.xians@chromium.org2014-03-081-28/+39
* Implements the GetSignalLevel and GetStats interface for the local audio track.xians@chromium.org2014-03-061-2/+10
* Minor fixes to the capturer and the processorxians@chromium.org2014-03-061-1/+1
* Clean up histogram'd media enum max values.rileya@chromium.org2014-02-281-5/+4
* Feed the render data to MediaStreamAudioProcessor and used AudioBus in render...xians@chromium.org2014-02-211-22/+2
* Revert 246905 "Revert 246894 "Wire up AGC to the MediaStreamAudi..."xians@chromium.org2014-01-271-3/+9
* Revert 246894 "Wire up AGC to the MediaStreamAudioProcessor."mad@chromium.org2014-01-241-9/+3
* Wire up AGC to the MediaStreamAudioProcessor.xians@chromium.org2014-01-241-3/+9
* Cleaned up the WebRtcAudioCapturer a bit.xians@chromium.org2014-01-161-84/+94
* 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