Ejemplo n.º 1
0
 public unsafe Libfvad()
 {
     fvad = LibfvadNative.fvad_new();
 }
Ejemplo n.º 2
0
 internal extern static unsafe int fvad_process(Fvad *inst, Int16[] frame, int length);
Ejemplo n.º 3
0
 internal extern static unsafe int fvad_set_sample_rate(Fvad *inst, int sample_rate);
Ejemplo n.º 4
0
 internal extern static unsafe int fvad_set_mode(Fvad *inst, int mode);
Ejemplo n.º 5
0
 internal extern static unsafe void fvad_reset(Fvad *inst);
Ejemplo n.º 6
0
 internal extern static unsafe void fvad_free(Fvad *inst);