#include "webrtc/common_audio/vad/include/webrtc_vad.h"
#include <stdlib.h>
#include <string.h>
#include "webrtc/common_audio/signal_processing/include/signal_processing_library.h"
#include "webrtc/common_audio/vad/vad_core.h"
#include "webrtc/typedefs.h"
◆ WebRtcVad_Create()
◆ WebRtcVad_Free()
◆ WebRtcVad_Init()
int WebRtcVad_Init |
( |
VadInst * |
handle | ) |
|
◆ WebRtcVad_Process()
int WebRtcVad_Process |
( |
VadInst * |
handle, |
|
|
int |
fs, |
|
|
const int16_t * |
audio_frame, |
|
|
size_t |
frame_length |
|
) |
| |
◆ WebRtcVad_set_mode()
int WebRtcVad_set_mode |
( |
VadInst * |
handle, |
|
|
int |
mode |
|
) |
| |
◆ WebRtcVad_ValidRateAndFrameLength()
int WebRtcVad_ValidRateAndFrameLength |
( |
int |
rate, |
|
|
size_t |
frame_length |
|
) |
| |