Files
faster-whisper/requirements.txt
Guillaume Klein 19698c95f8 Support VAD filter (#95)
* Support VAD filter

* Generalize function collect_samples

* Define AudioSegment class

* Only pass prompt and prefix to the first chunk

* Add dict argument vad_parameters

* Fix isort format

* Rename method

* Update README

* Add shortcut when the chunk offset is 0

* Reword readme

* Fix end property

* Concatenate the speech chunks

* Cleanup diff

* Increase default speech pad

* Update README

* Increase default speech pad
2023-04-03 17:22:48 +02:00

6 lines
117 B
Plaintext

av==10.*
ctranslate2>=3.10,<4
huggingface_hub>=0.13
tokenizers==0.13.*
onnxruntime==1.14.* ; python_version < "3.11"