blob: 29a249d4f8d34df83162f6c34f76def2b2d1a0b1 (
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
|
pkgbase = python-speechrecognition
pkgdesc = Google-powered speech recognition for Python
pkgver = 3.14.3
pkgrel = 1
url = https://github.com/Uberi/speech_recognition
arch = x86_64
license = MIT
checkdepends = python-pocketsphinx
checkdepends = python-pytest
checkdepends = python-httpx
checkdepends = python-respx
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python-audioop
depends = python-requests
depends = python-tensorflow
depends = python-botocore
depends = python-boto3
depends = lib32-glibc
depends = flac
depends = python-aifc
optdepends = python-pyaudio: Required for microphone input
optdepends = python-pocketsphinx
optdepends = python-vosk
optdepends = python-whisper
optdepends = python-google-api-core: Google cloud speech
optdepends = python-faster-whisper: Required for Whisper
optdepends = python-typing_extensions: Required for faster Whisper
optdepends = python-pytorch: Required for Whisper
optdepends = python-numpy: Required for whisper
optdepends = python-openai: Required for openai
optdepends = python-soundfile: Required for whisper
optdepends = python-google-cloud-speech: Required for Google Cloud Speech-toText API
optdepends = python-vosk: Required for Vosk recognizer
optdepends = python-groq: Required for Groq Whisper API
provides = python-speech_recognition
source = git+https://github.com/Uberi/speech_recognition.git#tag=3.14.3
sha256sums = 6330348e101e2115e56e9f14e16b8908727ebc01c0d236aa78ea637a244d5fc9
pkgname = python-speechrecognition
|