index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
content
/
renderer
/
media
/
media_stream_audio_processor.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor ParseArrayGeometry to use standard Chromium facilities.
ajm
2015-08-05
1
-8
/
+0
*
Remove kGoogAudioProcessing48kHzSupport media constraint
aluebs
2015-06-25
1
-3
/
+0
*
Add a Media Constraint to specify the array geometry for Beamforming
aluebs
2015-05-28
1
-1
/
+8
*
Reduce NS aggressiveness when beamforming.
ajm
2015-05-28
1
-2
/
+0
*
Add media constraint to enable 48kHz support in AudioProcessing
aluebs
2015-03-05
1
-0
/
+3
*
Re-land "Add a media constraint to enable beamforming" (patchset #4 id:60001 ...
aluebs
2015-01-09
1
-0
/
+1
*
Revert of Add a media constraint to enable beamforming. (patchset #4 id:60001...
scottmg
2015-01-09
1
-1
/
+0
*
Add a media constraint to enable beamforming.
aluebs
2015-01-09
1
-0
/
+1
*
MediaStreamAudioSink API: Audio in planar float format, with timing info.
miu
2014-12-20
1
-18
/
+15
*
Clean up the media stream audio track code.
xians
2014-11-17
1
-4
/
+0
*
[Relanding] Implementation of UMA AEC Delay stats.
bjornv
2014-11-05
1
-0
/
+7
*
Fixing locking, update+add DCHECKs and documentation in a few webrtc audio cl...
tommi
2014-10-28
1
-1
/
+0
*
Standardize usage of virtual/override/final in content/renderer/
dcheng
2014-10-21
1
-10
/
+9
*
Replace FINAL and OVERRIDE with their C++11 counterparts in content/renderer
mohan.reddy
2014-10-08
1
-6
/
+6
*
Use the AudioProcessing float interface in MediaStreamAudioProcessor.
ajm@chromium.org
2014-08-14
1
-41
/
+41
*
reland r280896: Fixed the audio mirroring problem introduced by r278345
xians@chromium.org
2014-07-02
1
-1
/
+1
*
Revert 280896 "Fixed the audio mirroring problem introduced by r..."
xians@chromium.org
2014-07-02
1
-1
/
+1
*
Fixed the audio mirroring problem introduced by r278345 ( https://codereview....
xians@chromium.org
2014-07-01
1
-1
/
+1
*
Stop feeding render data to AEC after audio processor has stopped.
xians@chromium.org
2014-06-30
1
-4
/
+8
*
More test cases for AEC dump.
grunell@chromium.org
2014-06-24
1
-0
/
+2
*
Support multiple files for AEC dump.
grunell@chromium.org
2014-06-18
1
-5
/
+11
*
Revert 275853 "Temporarily disable media stream audio track proc..."
wittman@chromium.org
2014-06-09
1
-2
/
+2
*
Temporarily disable media stream audio track processing.
xians@chromium.org
2014-06-09
1
-2
/
+2
*
Revert 275781 "Revert 273044 "Change kEnableAudioTrackProcessing..."
xians@chromium.org
2014-06-09
1
-2
/
+2
*
Revert 273044 "Change kEnableAudioTrackProcessing to a disable f..."
xians@chromium.org
2014-06-09
1
-2
/
+2
*
Change kEnableAudioTrackProcessing to a disable flag and remove finch code fo...
xians@chromium.org
2014-05-27
1
-2
/
+2
*
Added a kEchoCancellation constraint to turn off the audio processing. Also, ...
xians@chromium.org
2014-05-15
1
-4
/
+1
*
Remove PlatformFile from Media stream aec_dump
rvargas@chromium.org
2014-04-23
1
-2
/
+2
*
Do not provide the input level if the APM is not enabled in Chrome.
xians@chromium.org
2014-04-23
1
-2
/
+4
*
Reland "Avoid hitting the thread check when WebRtcAudioRenderer is going away"
vrk@chromium.org
2014-03-12
1
-0
/
+1
*
Revert 255158 "Avoid hitting the thread check when WebRtcAudioRe..."
vrk@chromium.org
2014-03-12
1
-1
/
+0
*
Fix/Add unittest to work for the code behind --enable-audio-track-processing.
xians@chromium.org
2014-03-12
1
-0
/
+2
*
Only turn on the audio processing by default for MEDIA_DEVICE_AUDIO_CAPTURE.
xians@chromium.org
2014-03-10
1
-1
/
+4
*
Support the Aec dump for the APM in chrome.
xians@chromium.org
2014-03-08
1
-3
/
+15
*
Implements the GetSignalLevel and GetStats interface for the local audio track.
xians@chromium.org
2014-03-06
1
-4
/
+13
*
Avoid hitting the thread check when WebRtcAudioRenderer is going away.
xians@chromium.org
2014-03-05
1
-0
/
+1
*
Feed the render data to MediaStreamAudioProcessor and used AudioBus in render...
xians@chromium.org
2014-02-21
1
-14
/
+18
*
Adding typing detection to the APM in chrome.
xians@chromium.org
2014-02-20
1
-0
/
+7
*
Revert 246905 "Revert 246894 "Wire up AGC to the MediaStreamAudi..."
xians@chromium.org
2014-01-27
1
-4
/
+15
*
Revert 246894 "Wire up AGC to the MediaStreamAudioProcessor."
mad@chromium.org
2014-01-24
1
-15
/
+4
*
Wire up AGC to the MediaStreamAudioProcessor.
xians@chromium.org
2014-01-24
1
-4
/
+15
*
Wire up the MediaStreamAudioProcessor with the WebRtcAudioCapturer.
xians@chromium.org
2014-01-15
1
-11
/
+23
*
Added an "enable-audio-processor" flag and WebRtcAudioProcessor class.
xians@chromium.org
2013-11-26
1
-0
/
+138
*
Revert 237311 "Added an "enable-audio-processor" flag and WebRtc..."
xians@chromium.org
2013-11-26
1
-138
/
+0
*
Added an "enable-audio-processor" flag and WebRtcAudioProcessor class.
xians@chromium.org
2013-11-26
1
-0
/
+138