Searched refs:VADState (Results 1 – 1 of 1) sorted by relevance
18 typedef struct VADState_ VADState; typedef20 VADState *VAD_process_state_init(int32_t sample_rate, int32_t frame_size, const VADConfig *cfg);22 int32_t VAD_set_config(VADState *st, const VADConfig *cfg);24 short VAD_process_run(VADState *st, short *in);26 int32_t VAD_destroy(VADState *st);
Completed in 3 milliseconds