Port details |
- py-vosk Vosk: Offline open source speech recognition toolkit (Py + App)
- 0.3.50 audio =2 0.3.50Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2023-12-23 04:33:34
- Last Update: 2024-04-23 18:27:24
- Commit Hash: 6ca8742
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: APACHE20
- WWW:
- https://alphacephei.com/vosk/
- Description:
- 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, Polish. More to come.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}vosk>0:audio/py-vosk@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/audio/py-vosk/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/py-vosk
- pkg install py39-vosk
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-vosk listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-vosk
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1713859105
SHA256 (alphacep-vosk-api-v0.3.50_GH0.tar.gz) = cc1067bcc599c9a2f5f38d4257caf2ac636ba244f7c965cee20293a41024f70f
SIZE (alphacep-vosk-api-v0.3.50_GH0.tar.gz) = 661203
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-cffi>=1.0 : devel/py-cffi@py39
- py39-requests>0 : www/py-requests@py39
- py39-srt>0 : multimedia/py-srt@py39
- py39-tqdm>0 : misc/py-tqdm@py39
- py39-websockets>0 : devel/py-websockets@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-cffi>=1.0 : devel/py-cffi@py39
- py39-requests>0 : www/py-requests@py39
- py39-srt>0 : multimedia/py-srt@py39
- py39-tqdm>0 : misc/py-tqdm@py39
- py39-websockets>0 : devel/py-websockets@py39
- vosk-api>0 : audio/vosk-api
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- audio_py-vosk
- USES:
- python
- pkg-message:
- For install:
- You installed vosk, an open source speech recognition toolkit.
In order to transcribe the audio file with speech please run this command:
$ vosk-transcriber -i speech-audio.mp4 -o text-transcription.txt
- Master Sites:
|