Sign in
webrtc
/
src
/
e3e30ae5c50956a8625e5c60fba178e4deb10611
/
modules
/
audio_processing
/
aec3
/
aec_state.h
cdbaeeb
Aec3:Remove unused legacy code
by Per Åhgren
· 6 years ago
a4d8737
Format almost everything.
by Jonas Olsson
· 6 years ago
70a5963
AEC3: Stationary init: fixing a typo when reading the json configuration
by Jesús de Vicente Peña
· 6 years ago
52caa0e
AEC3: Configuration parameter for disabling linear filter
by Gustaf Ullberg
· 6 years ago
9249fbf
AEC3: Redesign delay headroom
by Gustaf Ullberg
· 6 years ago
22f9925
webrtc: Remove semicolons.
by Nico Weber
· 6 years ago
68d6d44
AEC3: Remove remaining kill-switches
by Gustaf Ullberg
· 6 years ago
988cc08
[Cleanup] Add missing #include. Remove useless ones.
by Yves Gerey
· 6 years ago
c98849c
AEC3: changes the signal used for deciding when to update the erle so the reverb render signal is now used
by Jesús de Vicente Peña
· 6 years ago
3e7b7b1
AEC3: Changes to initial behavior and handling of saturated echo
by Per Åhgren
· 6 years ago
c5a38ad
AEC3: Refactor AecState
by Per Åhgren
· 6 years ago
d2650d1
AEC3: Reseting the ERLE at pre-amplifier gain changes
by Per Åhgren
· 6 years ago
f4801a1
AEC3: Remove killswitches in AecState
by Per Åhgren
· 6 years ago
e9a7e90
AEC3: ERLE: Allowing increases of the ERLE estimate for low render signals.
by Jesús de Vicente Peña
· 6 years ago
b2d7116
AEC3: Correction of the suppressor behavior at delay changes
by Per Åhgren
· 6 years ago
02e9e44
AEC3: Adding a reset of the ERLE estimator after going out from the initial state.
by Jesús de Vicente Peña
· 7 years ago
7015bb4
AEC3: Reset the ERLE estimation after a delay change
by Jesús de Vicente Peña
· 7 years ago
9ed9792
AEC3: Removing some old kill switches
by Gustaf Ullberg
· 7 years ago
638d4d3
AEC3: No ERLE uncertainty with diverged filter
by Gustaf Ullberg
· 7 years ago
6204adf
AEC3: Loosen the echo removal requirements in conservative mode
by Per Åhgren
· 7 years ago
f4cf64e
AEC3: Enforcing nonlinear mode when transparent mode is active
by Per Åhgren
· 7 years ago
2275439
AEC3: Further utilize the shadow filter to boost adaptation
by Per Åhgren
· 7 years ago
ef5d5af
AEC3: Increasing the accuracy of the detection for early reverb
by Per Åhgren
· 7 years ago
f954ba5
AEC3: Increasing the transparency during call startup
by Per Åhgren
· 7 years ago
b20b937
AEC3: Refactor the code for analyzing filter convergence
by Per Åhgren
· 7 years ago
496cedf
AEC3: Reverberation model: Changes on the decay estimation.
by Jesús de Vicente Peña
· 7 years ago
6c618c7
AEC3: Avoid entering non-linear mode when the filter is slightly diverged
by Gustaf Ullberg
· 7 years ago
e58bd8a
AEC3: Reverb modeling: Including the freq shape of the tails when modeling the reverberation
by Jesús de Vicente Peña
· 7 years ago
db9f7ab
Replace rtc::Optional with absl::optional in modules/audio processing
by Danil Chapovalov
· 7 years ago
075cb2b
AEC3: Changes to how the reverberation decay is applied.
by Jesús de Vicente Peña
· 7 years ago
05d8ee1
AEC3: Delay stabilization after a delay change
by Per Åhgren
· 7 years ago
dd09287
AEC3: Gain limiter: Improving the behavior of the gain limiter.
by Jesús de Vicente Peña
· 7 years ago
90e3fbd
Activating the AEC3 audibility improvements functionality
by Per Åhgren
· 7 years ago
d18e87e
Correcting the AEC3 transparent mode behavior avoid incorrect activation
by Per Åhgren
· 7 years ago
ced31ba
Correcting the usage of the estimated echo path gain in AEC3
by Per Åhgren
· 7 years ago
d5cb477
AEC3: Audibility improvements
by Jesús de Vicente Peña
· 7 years ago
31122d6
Correct and soften the AEC3 handling of saturated mic signals
by Per Åhgren
· 7 years ago
8131eb0
Allow the headset mode to be entered after the call has started
by Per Åhgren
· 7 years ago
f3e2bf1
Further headset mode robustification based on linear filter convergence
by Per Åhgren
· 7 years ago
5c532d3
Robustification of the echo suppression behavior during headset usage.
by Per Åhgren
· 7 years ago
12eb858
Separating the AEC3 suppressor gain rampup behavior for call startup and in-call resets
by Per Åhgren
· 7 years ago
f4e99db
Update AEC3 echo tail estimation.
by Christian Schuldt
· 7 years ago
3ab308f
Inform the AEC3 echo remover about the status of the estimated delay
by Per Åhgren
· 7 years ago
b6b00dc
Safe behavior of the initial echo removal in AEC3
by Per Åhgren
· 7 years ago
3646f97
AEC3 includes echo_canceller3_config.h directly
by Gustaf Ullberg
· 7 years ago
a98c807
Added faster initial model adaptation speed in AEC3
by Per Åhgren
· 7 years ago
0e6d2f5
Use the filter delay to use the proper render block in the AEC3 AecState
by Per Åhgren
· 7 years ago
de22a17
Removed usage of the the redundant the render alignment headroom in AEC3
by Per Åhgren
· 7 years ago
60e8965
Removed the redundant functionality for the initial state in AEC3
by Per Åhgren
· 7 years ago
4b3bc0f
Cleanup and simplification of the logic in the AEC3 state management
by Per Åhgren
· 7 years ago
09a718a
Added the ability to more easily adjust the filter length in AEC3
by Per Åhgren
· 7 years ago
63b494d
Reverted the new handling of saturated echoes in AEC3
by Per Åhgren
· 7 years ago
332150d
APM reports ERL and ERLE metrics for AEC3.
by Gustaf Ullberg
· 7 years ago
7ddd463
Balancing the transparency in AEC3 between saturating and low echo paths
by Per Åhgren
· 7 years ago
bd83b91
Separate AEC3 config from AudioProcessing::Config.
by Gustaf Ullberg
· 7 years ago
1b4059e
Transparency improvements for AEC3 during call start and after resets
by Per Åhgren
· 7 years ago
c65ce78
Separated the NLP behavior in AEC3 for different echo estimates.
by Per Åhgren
· 7 years ago
92ea95e
Fixing WebRTC after moving from src/webrtc to src/
by Mirko Bonadei
· 7 years ago
bb54720
Moving src/webrtc into src/.
by Mirko Bonadei
· 7 years ago
[Renamed from webrtc/modules/audio_processing/aec3/aec_state.h]
84f6a3f
Move optional.h to webrtc/api/
by kwiberg
· 8 years ago
529662a
Move array_view.h to webrtc/api/
by kwiberg
· 8 years ago
8cee56f
Utilizing the AEC3 config struct for constants.
by peah
· 8 years ago
2910357
Transparency improvements in the echo canceller 3
by peah
· 8 years ago
c20978e
Rename webrtc/base -> webrtc/rtc_base
by Edward Lemur
· 8 years ago
dca1e09
Revert "Update includes for webrtc/{base => rtc_base} rename (1/3)"
by Henrik Kjellander
· 8 years ago
c8fa692
Update includes for webrtc/{base => rtc_base} rename (1/3)
by kjellander
· 8 years ago
697a590
Added the ability to adjust the AEC3 performance for large rooms
by peah
· 8 years ago
e52a203
Echo canceller 3 improvements for setups with headsets.
by peah
· 8 years ago
6d822ad
Added forced zero AEC output after call startup and echo path changes
by peah
· 8 years ago
8942045
Adding support for handling highly reverberant echoes in AEC3.
by peah
· 8 years ago
86afe9d
Major updates to the echo removal functionality in AEC3
by peah
· 8 years ago
cf02cf1
Major AEC3 render pipeline changes
by peah
· 8 years ago
ebe7778
Further tuning for AEC3 for initial echo suppression
by peah
· 8 years ago
522d71b
Finalization of the first version of EchoCanceller 3
by peah
· 8 years ago