olevanss

Results 2 comments of olevanss

> Try using `vad_filter=True` to remove the parts without speech before running the transcription: > > https://github.com/guillaumekln/faster-whisper#vad-filter Already using it and vad_parameters=dict(min_silence_duration_ms=2500, threshold=0.45, min_speech_duration_ms=100) to cut off unnecessary silence. It...

> Tried using 0.6, had no effect on overall performance