File size: 660 Bytes
c3b1078
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
LICENSE
MANIFEST.in
README.md
requirements.conversion.txt
requirements.txt
setup.cfg
setup.py
faster_whisper/__init__.py
faster_whisper/audio.py
faster_whisper/feature_extractor.py
faster_whisper/tokenizer.py
faster_whisper/transcribe.py
faster_whisper/utils.py
faster_whisper/vad.py
faster_whisper/version.py
faster_whisper.egg-info/PKG-INFO
faster_whisper.egg-info/SOURCES.txt
faster_whisper.egg-info/dependency_links.txt
faster_whisper.egg-info/requires.txt
faster_whisper.egg-info/top_level.txt
faster_whisper/assets/__init__.py
faster_whisper/assets/pyannote_vad_model.bin
faster_whisper/assets/silero_vad.onnx
tests/test_transcribe.py
tests/test_utils.py