SYSTRAN / faster-whisper

Faster Whisper transcription with CTranslate2
MIT License
11.6k stars 962 forks source link

Is there a method or parameter that can filter out noise that is not human voice? #855

Open yidasanqian opened 4 months ago

yidasanqian commented 4 months ago

As mentioned above.

mizoru commented 4 months ago

"The library integrates the Silero VAD model to filter out parts of the audio without speech" This does exactly what you're asking

Purfview commented 4 months ago

Is there a method or parameter that can filter out noise that is not human voice?

Not in this repo. But such option can be found in some other repos like WhisperX or Standalone Faster-Whisper-XXL.

jet082 commented 4 months ago

I've paired it with https://github.com/karaokenerds/python-audio-separator to great success.