Sign in
webrtc
/
src
/
e5835f5d849f49eed7a3bf8d1455688a93149324
/
webrtc
/
modules
/
audio_processing
/
aec
9e2be5f
webrtc/modules/audio_processing: Use RTC_DCHECK() instead of assert()
by kwiberg
· 9 years ago
a421ddd
The buffering of the farend signal is refactored in this CL.
by peah
· 9 years ago
8e56521
The output signal of the AEC needs to be buffered as the
by peah
· 9 years ago
906f403
This CL refactors the buffering of the incoming near-end signal inside
by peah
· 9 years ago
83ffe45
Fix Chromium clang plugin warnings
by kwiberg
· 9 years ago
e01000b
Fixing a comment on AEC divergence metric.
by minyuel
· 9 years ago
351da09
Remove header files for the AEC and the APM test program that are no longer used.
by peah
· 9 years ago
946f36e
Added diagnostic AEC debug logpoints for the purpose
by peah
· 9 years ago
83e8286
AEC: Add UMA logging of buffer re-alignment
by henrik.lundin
· 9 years ago
e305d95
Remove runtime NEON detection
by pasko
· 9 years ago
5df7294
Refactored the comfort noise generation code in the AEC.
by peah
· 9 years ago
9bbf89b
Moved the AEC echo suppression gain computation code to a separate method.
by peah
· 9 years ago
e687f78
Moved the functionality in aec_core_internal.h into other files.
by peah
· 9 years ago
e69c37b
Separated the functionalities in the OverdriveAndSuppress
by peah
· 9 years ago
23868b6
Broke apart the functionalities in the SubbandCoherence method in the AEC.
by peah
· 9 years ago
6c9b65a
Made the method PartitionDelay independent of the AEC state.
by peah
· 9 years ago
779e97e
Removed the MIPS optimized code for the comfort noise generation in
by peah
· 9 years ago
8d13c4f
Changed the AEC SubbandCoherence function to not use the full AEC state
by peah
· 9 years ago
44c8a37
Removed the file echo_cancellation_internal.h and moved
by peah
· 9 years ago
3f08dc6
Introduced the new APM data logging functionality into the AEC echo_cancellation.* API layer.
by peah
· 9 years ago
3815655
Change aggregation window of aecDivergentFilterFraction to 1 second.
by minyue
· 9 years ago
7dd7ab5
Changed the name of the variable overdriveSm and removed the
by peah
· 9 years ago
b46083e
This CL introduces a new data logging functionality
by peah
· 9 years ago
4485ffb
#include "webrtc/base/constructormagic.h" where appropriate
by kwiberg
· 9 years ago
2b67078
Cleaning up AEC metrics.
by minyue
· 9 years ago
594a877
Cleaned up the EchoSuppression method in the AEC so that it
by peah
· 9 years ago
0332c2d
Added support in the AEC for refined filter adaptation.
by peah
· 9 years ago
21a395d
Moved the aec_rdft*.c files to be build using C++
by peah
· 9 years ago
bdb7af6
Changed the delay estimator to be built using C++
by peah
· 9 years ago
5045337
Pulling AEC divergent filter fraction.
by minyue
· 9 years ago
e10fc3f
Adding fraction of filter divergence in AEC metrics.
by minyue
· 9 years ago
fc3ef3e
Removed unused code and simplified the code for the AEC metrics
by peah
· 9 years ago
faed4ab
Revert of Moved ring-buffer related files from common_audio to audio_processing" (patchset #2 id:20001 of https://codereview.webrtc.org/1858123003/ )
by peah
· 9 years ago
8864fe5
Revert "Revert of Moved ring-buffer related files from common_audio to audio_processing (patchset #8 id:150001 of https://codereview.webrtc.org/1846903004/ )"
by peah
· 9 years ago
c54aad6
Revert of Moved ring-buffer related files from common_audio to audio_processing (patchset #8 id:150001 of https://codereview.webrtc.org/1846903004/ )
by peah
· 9 years ago
6c39324
Revert of Moved the ringbuffer to be built using C++ (patchset #2 id:20001 of https://codereview.webrtc.org/1851873003/ )
by peah
· 9 years ago
677e577
Moved the ringbuffer to be built using C++
by peah
· 9 years ago
711ccc8
Moved ring-buffer related files from common_audio to audio_processing
by peah
· 9 years ago
84db6fa
Adding BlockMeanCalculator for AEC.
by minyue
· 9 years ago
6a85d34
Fixing UpdateLevel function in AEC.
by minyue
· 9 years ago
6ebc4d3
Changed name for the upcoming AEC from NextGenerationAec to AEC3.
by peah
· 9 years ago
50e21bd
This CL introduces namespaces in the aec c++ files
by peah
· 9 years ago
88950cf
Moved the file aec_resampler.c to be built using C++.
by peah
· 9 years ago
7b19b08
Reland "Calculating ERLE in AEC more properly."
by minyue
· 9 years ago
c9bbbe4
Revert "Calculating ERLE in AEC more properly."
by minyuel
· 9 years ago
944744b
Calculating ERLE in AEC more properly.
by minyuel
· 9 years ago
0e40f7c
Remove incorrect reinterpret_cast from const.
by Peter Boström
· 9 years ago
8df5d4f
Moved the AEC C code to be built using C++.
by peah
· 9 years ago
a332e2d
Added boilerplate code for being able to test the upcoming AEC functionality.
by peah
· 9 years ago
1147b75
Moved buffering of farend into the EchoSubtraction method.
by peah
· 9 years ago
48fa271
Made implicit casts in the echo canceller explicit.
by peah
· 9 years ago
ff63ed2
Format changes achieved by running clang-format -i -style=Chromium
by peah
· 9 years ago
691b836
Using buffered signal to calculate the level of echo cancellation.
by minyue
· 9 years ago
9846845
Calculate audio levels in AEC in time domain.
by minyue
· 9 years ago
e2976c8
Remove DISABLED_ON_ macros.
by Peter Boström
· 9 years ago
92594a3
Moving FFT on farend signal to where it is used in AEC (bit exact).
by minyue
· 9 years ago
0bc176b
Further refactored the echo suppressor code:
by peah
· 9 years ago
99b1a32
Retyped the frequency estimate of the comfort noise for the higher band to harmonize the AEC code.
by peah
· 9 years ago
48bf238
Some further minor bitexact APM echo suppressor refactoring
by peah
· 9 years ago
b14f001
Some minor (bitexact) AEC echo suppressor refactoring
by peah
· 9 years ago
afeb438
Moved code into the lowest level of EchoSuppression
by peah
· 9 years ago
7e43138
-Removed the state as an input to the FilterAdaptation function.
by peah
· 9 years ago
54eb5e2
Removed the aec state as an input parameter to the FilterFar function.
by peah
· 9 years ago
d860523
First part of the preparatory work before the actual work for solving the ducking problem starts.
by peah
· 9 years ago
9b72af9
Remove webrtc/modules/audio_processing/{aec,aecm,ns}/include
by Henrik Kjellander
· 9 years ago
c12be39
-Removed the indirect error message reporting in aec and aecm.
by peah
· 9 years ago
98f5351
system_wrappers: rename interface -> include
by Henrik Kjellander
· 9 years ago
fc9dd17
Added boundary check for array access as a short-term way of fixing the bug of out-of-bounds reads into the array
by peah
· 10 years ago
9e69abf
Added logging using the raw variant of the new aec logging macros
by peah
· 10 years ago
dce40cf
Update a ton of audio code to use size_t more correctly and in general reduce
by Peter Kasting
· 10 years ago
0f133b9
Rename APM Config ReportedDelay to DelayAgnostic
by henrik.lundin
· 10 years ago
7101269
Reland "Revert "audio_processing/aec: make delay estimator aware of starving farend buffer""
by Bjorn Volcker
· 10 years ago
01c9b01
Revert "audio_processing/aec: make delay estimator aware of starving farend buffer"
by Bjorn Volcker
· 10 years ago
9002cc4
audio_processing/aec: make delay estimator aware of starving farend buffer
by Bjorn Volcker
· 10 years ago
728d903
Reformat existing code. There should be no functional effects.
by Peter Kasting
· 10 years ago
9345e86
audio_processing: Create now returns a pointer to the object
by Bjorn Volcker
· 10 years ago
441f634
Re-land r9378 "Rename APM Config DelayCorrection to ExtendedFilter"
by Henrik Lundin
· 10 years ago
3fbf3f8
Revert r9378 "Rename APM Config DelayCorrection to ExtendedFilter"
by Henrik Lundin
· 10 years ago
5f4b7e2
Rename APM Config DelayCorrection to ExtendedFilter
by Henrik Lundin
· 10 years ago
7dbc076
audio_processing/aec: Turn SignalBasedDelayCorrection to after 15 seconds
by Bjorn Volcker
· 10 years ago
cb7f8ce
Clear ARM NEON flag
by Andrew MacDonald
· 10 years ago
1ff218f
audio_processing/aec: Do not scale target delay at startup when on Android
by Bjorn Volcker
· 10 years ago
3cfa756
audio_processing/aec: Fixes an incorrect sampling rate multiplier when processing in 48 kHz
by Bjorn Volcker
· 10 years ago
f6a99e6
Refactor audio_processing: Free functions return void
by Bjorn Volcker
· 10 years ago
bf395c1
Add WebRTC Media Constraint to force using Delay Agnostic AEC on Android
by Bjorn Volcker
· 10 years ago
d7a212e
audio_processing/aec: Increased delay metrics aggregation window to five seconds
by bjornv@webrtc.org
· 10 years ago
976c0f3
audio_processing/aec: NEON code should not be invoked if it is detectable, but is not NEON
by bjornv@webrtc.org
· 10 years ago
cc64a9c
voice_engine: Updates GetEcDelayMetrics() w.r.t. new metric
by bjornv@webrtc.org
· 10 years ago
b1786db
audio_processing: Added a new AEC delay metric value that gives the amount of poor delays
by bjornv@webrtc.org
· 10 years ago
5614cf1
audio_processing: Use fixed aggregation window in delay metrics
by bjornv@webrtc.org
· 10 years ago
70117a8
AEC: Implements a new function for calculating delay metrics
by bjornv@webrtc.org
· 10 years ago
e65d9d9
Fix an unitialized variable warning.
by andrew@webrtc.org
· 10 years ago
c78d81a
Re-land "Support 48kHz in AEC"
by aluebs@webrtc.org
· 10 years ago
ee0c100
Revert 8080 "Support 48kHz in AEC"
by tina.legrand@webrtc.org
· 10 years ago
64d3c4b
Support 48kHz in AEC
by aluebs@webrtc.org
· 10 years ago
6b63015
Move ring_buffer to common_audio.
by andrew@webrtc.org
· 10 years ago
bac0012
Extend delay estimation window in AEC to 500 ms on all platforms
by bjornv@webrtc.org
· 10 years ago
3a70625
audio_processing: Added back ATTRIBUTE_UNUSED lost in r7877
by bjornv@webrtc.org
· 10 years ago
f832a6d
Remove _t from function pointer typedefs.
by pbos@webrtc.org
· 10 years ago
e468bc9
Rename _t struct types in audio_processing.
by pbos@webrtc.org
· 10 years ago
Next »