webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include "webrtc/modules/audio_processing/aec3/comfort_noise_generator.h"
#include "webrtc/typedefs.h"
#include <math.h>
#include <algorithm>
#include <array>
#include <functional>
#include <numeric>
#include "webrtc/common_audio/signal_processing/include/signal_processing_library.h"
Namespaces | |
webrtc | |
webrtc::aec3 | |
Functions | |
void | webrtc::aec3::EstimateComfortNoise (const std::array< float, kFftLengthBy2Plus1 > &N2, uint32_t *seed, FftData *lower_band_noise, FftData *upper_band_noise) |