You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to transcribe audio using WhisperX. It's giving the best transcription, but the only problem I am having is that it's missing some audio parts. I don't think it's a VAD issue because I have used the same hyperparameters while using VAD standalone. I have traced the code and printed the vad_segments after merge_chunks, and it's giving the correct vad_segments.
Did you solve this problem? If I denoise the voice first, this problem will not exist. I used demucs to remove noise, but the denoising effect was unstable, so it was not completely solved
I am trying to transcribe audio using WhisperX. It's giving the best transcription, but the only problem I am having is that it's missing some audio parts. I don't think it's a VAD issue because I have used the same hyperparameters while using VAD standalone. I have traced the code and printed the
vad_segments
aftermerge_chunks
, and it's giving the correctvad_segments
.File:
asr.py
Steps to Reproduce:
Expected Behavior:
WhisperX should transcribe the entire audio without missing any parts, similar to the original Whisper and Fast Whisper.
Actual Behavior:
WhisperX is missing some parts of the audio during transcription.
Additional Information:
vad_segments
aftermerge_chunks
are correct, as printed during debugging.Any guidance or ideas on how to troubleshoot this issue and ensure WhisperX captures the entire audio content would be greatly appreciated.
The text was updated successfully, but these errors were encountered: