2025-12-01

This commit is contained in:
2026-03-17 14:58:51 -06:00
parent 183e865f8b
commit 4b82b57113
6846 changed files with 954887 additions and 162606 deletions
@@ -0,0 +1,47 @@
Metadata-Version: 2.1
Name: vosk
Version: 0.3.41
Summary: Offline open source speech recognition API based on Kaldi and Vosk
Home-page: https://github.com/alphacep/vosk-api
Author: Alpha Cephei Inc
Author-email: contact@alphacephei.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3
Description-Content-Type: text/markdown
Requires-Dist: cffi (>=1.0)
Requires-Dist: requests
Requires-Dist: tqdm
This is a Python module for Vosk.
Vosk is an offline open source speech recognition toolkit. It enables
speech recognition for 20+ languages and dialects - English, Indian
English, German, French, Spanish, Portuguese, Chinese, Russian, Turkish,
Vietnamese, Italian, Dutch, Catalan, Arabic, Greek, Farsi, Filipino,
Ukrainian, Kazakh, Swedish, Japanese, Esperanto, Hindi, Czech. More to come.
Vosk models are small (50 Mb) but provide continuous large vocabulary
transcription, zero-latency response with streaming API, reconfigurable
vocabulary and speaker identification.
Vosk supplies speech recognition for chatbots, smart home appliances,
virtual assistants. It can also create subtitles for movies,
transcription for lectures and interviews.
Vosk scales from small devices like Raspberry Pi or Android smartphone to
big clusters.
# Documentation
For installation instructions, examples and documentation visit [Vosk
Website](https://alphacephei.com/vosk). See also our project on
[Github](https://github.com/alphacep/vosk-api).
@@ -0,0 +1,14 @@
vosk/__init__.py,sha256=4kL5LSRPbQcX5286y7Renz0PkDfOjQfqUgr58WB-TtM,8570
vosk/libgcc_s_seh-1.dll,sha256=4W3oPUgkfN4lgew2J5EC3aALfXs2VYytchZOPEyq4KQ,1266641
vosk/libstdc++-6.dll,sha256=F2b24lJBAIbCZACrCF4BfnrV6Jk_PRndqHoToel48KI,19442799
vosk/libvosk.dll,sha256=9WEQi17oN6yyrG-F6lHFQtUy7QxmevAAi4Wz9whqVZA,25989632
vosk/libwinpthread-1.dll,sha256=W2CQffQgCfG6Q35_KmJ4ZRvpf0mThpEF2KMQhhOORXA,592104
vosk/vosk_cffi.py,sha256=jBkc7FF_5Tvx96wV9hE4zFP-kUZenfr687HqfIXOH_E,3859
vosk/transcriber/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
vosk/transcriber/cli.py,sha256=x2oVNi5zhTa4BWEW2dvTCZdAsZuGLLZoZrvDojXXpX8,2387
vosk/transcriber/transcriber.py,sha256=WNauWVXkUsR9id_9PSgoR1-uJfeM7IYgaP1dZY4w8H4,3157
vosk-0.3.41.dist-info/METADATA,sha256=dJ8pXkD-Pk_tw1gfSLvi6f8--JtWH_-PGrr7fBKbjHY,1778
vosk-0.3.41.dist-info/WHEEL,sha256=5M5xWEErikXCBzw-ULgxpYH97bPSs-4QjD668kpnw9Q,98
vosk-0.3.41.dist-info/entry_points.txt,sha256=6cwdLQGvAuoLKoxRB1m2sz741-ags2_IinvQwyJvziI,64
vosk-0.3.41.dist-info/top_level.txt,sha256=VyhCKFInHWKAvlbaAYoqHJ2Y35GrQNYA-Ul2CRc30Uk,5
vosk-0.3.41.dist-info/RECORD,,
@@ -0,0 +1,5 @@
Wheel-Version: 1.0
Generator: bdist_wheel (0.32.3)
Root-Is-Purelib: true
Tag: py3-none-win_amd64
@@ -0,0 +1,3 @@
[console_scripts]
vosk-transcriber = vosk.transcriber.cli:main