#include <transient_suppressor.h>
|
| TransientSuppressor () |
|
| ~TransientSuppressor () |
|
int | Initialize (int sample_rate_hz, int detector_rate_hz, int num_channels) |
|
int | Suppress (float *data, size_t data_length, int num_channels, const float *detection_data, size_t detection_length, const float *reference_data, size_t reference_length, float voice_probability, bool key_pressed) |
|
| TransientSuppressor () |
|
| ~TransientSuppressor () |
|
int | Initialize (int sample_rate_hz, int detector_rate_hz, int num_channels) |
|
int | Suppress (float *data, size_t data_length, int num_channels, const float *detection_data, size_t detection_length, const float *reference_data, size_t reference_length, float voice_probability, bool key_pressed) |
|
◆ TransientSuppressor() [1/2]
webrtc::TransientSuppressor::TransientSuppressor |
( |
| ) |
|
◆ ~TransientSuppressor() [1/2]
webrtc::TransientSuppressor::~TransientSuppressor |
( |
| ) |
|
◆ TransientSuppressor() [2/2]
webrtc::TransientSuppressor::TransientSuppressor |
( |
| ) |
|
◆ ~TransientSuppressor() [2/2]
webrtc::TransientSuppressor::~TransientSuppressor |
( |
| ) |
|
◆ Initialize() [1/2]
int webrtc::TransientSuppressor::Initialize |
( |
int |
sample_rate_hz, |
|
|
int |
detector_rate_hz, |
|
|
int |
num_channels |
|
) |
| |
◆ Initialize() [2/2]
int webrtc::TransientSuppressor::Initialize |
( |
int |
sample_rate_hz, |
|
|
int |
detector_rate_hz, |
|
|
int |
num_channels |
|
) |
| |
◆ Suppress() [1/2]
int webrtc::TransientSuppressor::Suppress |
( |
float * |
data, |
|
|
size_t |
data_length, |
|
|
int |
num_channels, |
|
|
const float * |
detection_data, |
|
|
size_t |
detection_length, |
|
|
const float * |
reference_data, |
|
|
size_t |
reference_length, |
|
|
float |
voice_probability, |
|
|
bool |
key_pressed |
|
) |
| |
◆ Suppress() [2/2]
int webrtc::TransientSuppressor::Suppress |
( |
float * |
data, |
|
|
size_t |
data_length, |
|
|
int |
num_channels, |
|
|
const float * |
detection_data, |
|
|
size_t |
detection_length, |
|
|
const float * |
reference_data, |
|
|
size_t |
reference_length, |
|
|
float |
voice_probability, |
|
|
bool |
key_pressed |
|
) |
| |
The documentation for this class was generated from the following files: