vilassn / whisper_android

Offline Speech Recognition with OpenAI Whisper and TensorFlow Lite for Android
MIT License
192 stars 28 forks source link

It seems like Voice Activity Detection (VAD) isn't working very accurately? #3

Closed ITHealer closed 8 months ago

ITHealer commented 10 months ago

https://github.com/vilassn/whisper_android/blob/master/app/src/main/cpp/vad.cpp

image

I tried it with sample rate 16000 and 44100 but both results were "Silence".

Do I need to adjust any parameters to suit different audio files?

Thanks!

vilassn commented 10 months ago

Can you check with silent_detection.cpp implementation?

VAD feature is under implementation.

ITHealer commented 9 months ago

Can you check with silent_detection.cpp implementation?

VAD feature is under implementation.

Is there anything new?