blob: 047598acbbe41457febb9a134601c837932d9ff8 (
plain)
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
pkgbase = python-speechrecognition
pkgdesc = Speech recognition module for Python, supporting several engines and APIs
pkgver = 3.17.0
pkgrel = 1
url = https://github.com/Uberi/speech_recognition
arch = any
license = BSD-3-Clause
checkdepends = python-pytest
checkdepends = python-pytest-randomly
checkdepends = python-respx
checkdepends = python-numpy
checkdepends = python-pytest-httpserver
checkdepends = python-pocketsphinx
checkdepends = python-httpx
checkdepends = python-openai
checkdepends = python-groq
checkdepends = python-google-cloud-speech
checkdepends = python-cryptography
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = flac
depends = python-audioop-lts
depends = python-standard-aifc
depends = python-typing_extensions
optdepends = python-pyaudio: required for microphone input
optdepends = python-librosa: required for audio split
optdepends = python-pocketsphinx: CMU Sphinx backend (local)
optdepends = python-google-cloud-speech: Google Cloud Speech-to-Text backend
optdepends = python-google-api-core: required for Google Cloud Speech-to-Text
optdepends = python-tensorflow: Tensorflow backend (local)
optdepends = python-vosk: Vosk backend (local)
optdepends = python-whisper: OpenAI Whisper backend (local)
optdepends = python-faster-whisper: Faster Whisper backend (local)
optdepends = python-numpy: required for local Whisper and audio split
optdepends = python-pytorch: required for local Whisper
optdepends = python-soundfile: required for local Whisper
optdepends = python-openai: OpenAI Whisper API backend
optdepends = python-groq: Groq Whisper API backend
optdepends = python-requests: AssemblyAI Speech-to-Text backend
optdepends = python-boto3: Amazon Lex and Amazon Transcribe backends
optdepends = python-botocore: required for Amazon Transcribe
optdepends = python-cohere: Cohere API backend
source = python-speechrecognition-3.17.0.tgz::https://github.com/Uberi/speech_recognition/archive/refs/tags/3.17.0.tar.gz
b2sums = ef71c2912045045ff2f84015359b137c668f1f30bd462dd149a3cc80363f0ab649e5a08d06f0e8dded5850243c38d30ced5cefb8f15e8759b9df88719fc4f995
pkgname = python-speechrecognition
|