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