Ashraf Haress

Results 7 comments of Ashraf Haress

Hi there! I have a lot of plugins actually 😅, but I checked the hotkeys menu and didn't see any overlapping hotkeys with the "Tab" key. Moreover, I disabled the...

Same question; I also faced this issue

> BTW, all vad_options parameters do affect result too: > > * "chunk_size" > * "vad_onset" > * "vad_offset" Apologies for temporarily getting off topic, but out of curiosity, did...

Oh, I didn't know that option existed! I checked the documentation and couldn't find an exhaustive list of possible options, so I randomly tried keys like line_number, lineNumber , etc....

Try this code snippet: ```python from whisperx import load_model load_model( ..., vad_method="silero", # pyannote/silero, default: pyannote ) ``` It made the output file different when I did this, so I'm...