blob: 59aa2b086a4fbc95d89eac5b658fa9ef1b57de25 (
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
|
pkgbase = python-speechbrain
pkgdesc = All-in-one speech toolkit in pure Python and Pytorch
pkgver = 1.1.0
pkgrel = 1
url = https://github.com/speechbrain/speechbrain
arch = any
license = Apache-2.0
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python
depends = python-hyperpyyaml
depends = python-joblib
depends = python-numpy
depends = python-packaging
depends = python-requests
depends = python-scipy
depends = python-sentencepiece
depends = python-soundfile
depends = python-pytorch
depends = python-torchaudio
depends = python-tqdm
depends = python-huggingface-hub
optdepends = python-transformers: for Hugging Face model integration
optdepends = python-pandas: for data manipulation utilities
source = python-speechbrain-1.1.0.tar.gz::https://github.com/speechbrain/speechbrain/archive/refs/tags/v1.1.0.tar.gz
sha256sums = 8d3c2eb9399121b4297218e3b2ec1784d56266662bc0baedfdb8fc507a146abb
pkgname = python-speechbrain
|