We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bb2f1c commit 4bc12cbCopy full SHA for 4bc12cb
whisperx/asr.py
@@ -275,6 +275,7 @@ def load_model(whisper_arch,
275
compute_type: str - The compute type to use for the model.
276
options: dict - A dictionary of options to use for the model.
277
language: str - The language of the model. (use English for now)
278
+ vad_model_fp: str - File path to the VAD model to use
279
model: Optional[WhisperModel] - The WhisperModel instance to use.
280
download_root: Optional[str] - The root directory to download the model to.
281
threads: int - The number of cpu threads to use per worker, e.g. will be multiplied by num workers.
0 commit comments