summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 9d4b63f519211e17abb90d4ac4b85ca015d16859 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pkgbase = python-auditok
	pkgdesc = An audio/acoustic activity detection and audio segmentation tool.
	pkgver = 0.3.0
	pkgrel = 1
	url = https://github.com/amsehili/auditok
	arch = any
	license = MIT
	makedepends = python-setuptools
	depends = python
	depends = python-pyaudio
	depends = python-matplotlib
	optdepends = python-pydub: read audio files in popular audio formats (ogg, mp3, etc.) or extract audio from a video file.
	optdepends = python-numpy: used for math operations instead of standard python if available.
	source = https://files.pythonhosted.org/packages/source/a/auditok/auditok-0.3.0.tar.gz
	sha256sums = 8565d6e7dfbecb7dbbe5c54fb5af66f8c1c827e06745c19df0e3fa468d0022a1

pkgname = python-auditok