mirror of
https://github.com/SYSTRAN/faster-whisper.git
synced 2026-01-09 21:48:08 -05:00
Update Python version requirement to 3.10 or greater
This commit is contained in:
@@ -56,7 +56,7 @@ For reference, here's the time and memory usage that are required to transcribe
|
|||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
* Python 3.9 or greater
|
* Python 3.10 or greater
|
||||||
|
|
||||||
Unlike openai-whisper, FFmpeg does **not** need to be installed on the system. The audio is decoded with the Python library [PyAV](https://github.com/PyAV-Org/PyAV) which bundles the FFmpeg libraries in its package.
|
Unlike openai-whisper, FFmpeg does **not** need to be installed on the system. The audio is decoded with the Python library [PyAV](https://github.com/PyAV-Org/PyAV) which bundles the FFmpeg libraries in its package.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user