Depoly TEN VAD on edge device.
build
1) mkdir build
2) cd build
3) cmake ..
4) make -j4
run
1) ../bin/ten_vad input.wav output.txt
| Model bits | FFT | RTF |
|---|---|---|
| float32 | FFTW | 0.129 |
| int8 | FFTW | 0.105 |
| int8 | NEON | 0.093 |
*Due to CPU fluctuations, the above data is for reference only.