Home
last modified time | relevance | path

Searched refs:ComfortNoiseGenerator (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/modules/audio_processing/aec3/
Dcomfort_noise_generator.h42 class ComfortNoiseGenerator {
44 ComfortNoiseGenerator(const EchoCanceller3Config& config,
47 ComfortNoiseGenerator() = delete;
48 ~ComfortNoiseGenerator();
49 ComfortNoiseGenerator(const ComfortNoiseGenerator&) = delete;
Dcomfort_noise_generator.cc102 ComfortNoiseGenerator::ComfortNoiseGenerator(const EchoCanceller3Config& config, in ComfortNoiseGenerator() function in webrtc::ComfortNoiseGenerator
121 ComfortNoiseGenerator::~ComfortNoiseGenerator() = default;
123 void ComfortNoiseGenerator::Compute( in Compute()
Dcomfort_noise_generator_unittest.cc35 TEST(ComfortNoiseGenerator, CorrectLevel) { in TEST() argument
38 ComfortNoiseGenerator cng(config, DetectOptimization(), kNumChannels); in TEST()
Decho_remover.cc153 ComfortNoiseGenerator cng_;