blob: 206d1361fe000123eaf460afa010242a25416fe3 (
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
|
pkgbase = python-speechrecognition
pkgdesc = Speech recognition module for Python, supporting several engines and APIs
pkgver = 3.16.1
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-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
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.16.1.tgz::https://github.com/Uberi/speech_recognition/archive/refs/tags/3.16.1.tar.gz
b2sums = 23bbf04ba7263273e958005469305db1ec4183dc60a7f3bde872e63fb6b02b677ca51cd54da769464cf55dabf49511f06456bfed3e64caf145d62c80dac30a08
pkgname = python-speechrecognition
|