df
Alejandro Acuña
2024-09-16 f56295b7f2c7282783589fb4903529b09e161daa
1
2
3
4
5
6
7
8
9
#ifndef VAD_H
#define VAD_H
 
#include "c_types.h"
 
extern void vadInit();
extern boolean vadProcess(S2byte *data, int length);
 
#endif