|
The current scheme for setting parameters and specifying the
behavior of the audio processing module is quite complex and hard to
implement in a threadsafe and efficient manner. Therefore a new
scheme for setting the parameters in the audio processing module is
introduced in this CL.
The idea is to roll this scheme out gradually and as a first functionality
in the audio processing module where this is applied the level controller
was chosen. This CL includes the replacement of the Config-based
level controller scheme with the new scheme.
TBR=henrik.lundin@webrtc.org, solenberg@webrtc.org,
BUG= webrtc:5298
Committed: https://crrev.com/88ac853e14e05d9caca8f2f7d9dd02a267eb540e
Cr-Commit-Position: refs/heads/master@{#14190}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+167 lines, -76 lines) |
Patch |
 |
M |
webrtc/media/engine/fakewebrtcvoiceengine.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
webrtc/media/engine/webrtcvoiceengine.cc
|
View
|
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_processing/audio_processing_impl.h
|
View
|
|
4 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_processing/audio_processing_impl.cc
|
View
|
|
5 chunks |
+34 lines, -18 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_processing/audio_processing_impl_unittest.cc
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_processing/echo_cancellation_impl.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_processing/echo_cancellation_impl.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_processing/include/audio_processing.h
|
View
|
|
5 chunks |
+28 lines, -13 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_processing/include/mock_audio_processing.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_processing/level_controller/level_controller.h
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_processing/level_controller/level_controller.cc
|
View
|
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_processing/level_controller/level_controller_complexity_unittest.cc
|
View
|
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_processing/level_controller/level_controller_unittest.cc
|
View
|
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_processing/test/aec_dump_based_simulator.cc
|
View
|
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_processing/test/audio_processing_simulator.cc
|
View
|
|
3 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_processing/test/debug_dump_test.cc
|
View
|
|
18 chunks |
+33 lines, -23 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_processing/test/process_test.cc
|
View
|
|
3 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
Total messages: 9 (6 generated)
|