#include "webrtc/modules/audio_processing/ns/noise_suppression.h"
#include <stdlib.h>
#include <string.h>
#include "webrtc/common_audio/signal_processing/include/signal_processing_library.h"
#include "webrtc/modules/audio_processing/ns/defines.h"
#include "webrtc/modules/audio_processing/ns/ns_core.h"
◆ WebRtcNs_Analyze()
void WebRtcNs_Analyze |
( |
NsHandle * |
NS_inst, |
|
|
const float * |
spframe |
|
) |
| |
◆ WebRtcNs_Create()
◆ WebRtcNs_Free()
◆ WebRtcNs_Init()
◆ WebRtcNs_noise_estimate()
const float* WebRtcNs_noise_estimate |
( |
const NsHandle * |
handle | ) |
|
◆ WebRtcNs_num_freq()
◆ WebRtcNs_prior_speech_probability()
float WebRtcNs_prior_speech_probability |
( |
NsHandle * |
handle | ) |
|
◆ WebRtcNs_Process()
void WebRtcNs_Process |
( |
NsHandle * |
NS_inst, |
|
|
const float *const * |
spframe, |
|
|
size_t |
num_bands, |
|
|
float *const * |
outframe |
|
) |
| |
◆ WebRtcNs_set_policy()
int WebRtcNs_set_policy |
( |
NsHandle * |
NS_inst, |
|
|
int |
mode |
|
) |
| |