|
Improved AGC update scheme for the audio backend in Chrome.
This CL serves two purposes:
1) Improve the existing "mic-volume-checking"-scheme by ensuring that we no longer calls native audio functions from the core capture thread.
2) Prepare for adding AGC to the live-audio backend.
TBR=tommi@chromium.org
BUG=none
TEST=WebRTC loopback tests in Chrome where I monitor the microphone volume while speaking into the mic.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=202538
Total comments: 27
Total comments: 10
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+249 lines, -168 lines) |
Patch |
 |
M |
content/renderer/media/webrtc_audio_device_impl.h
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A |
media/audio/agc_audio_stream.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+205 lines, -0 lines |
0 comments
|
Download
|
 |
D |
media/audio/audio_input_stream_impl.h
|
View
|
1
|
1 chunk |
+0 lines, -71 lines |
0 comments
|
Download
|
 |
D |
media/audio/audio_input_stream_impl.cc
|
View
|
1
|
1 chunk |
+0 lines, -71 lines |
0 comments
|
Download
|
 |
M |
media/audio/cras/cras_input.h
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/audio/cras/cras_input.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/audio/linux/alsa_input.h
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/audio/linux/alsa_input.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/audio/mac/audio_low_latency_input_mac.h
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/audio/mac/audio_low_latency_input_mac.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
media/audio/pulse/pulse_input.h
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/audio/pulse/pulse_input.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
media/audio/win/audio_low_latency_input_win.h
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/audio/win/audio_low_latency_input_win.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+11 lines, -4 lines |
0 comments
|
Download
|
 |
M |
media/media.gyp
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
Total messages: 18 (0 generated)
|