blob: d208cc985548d6a2090b8662f3e467cf7c48805d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = python-auditok
pkgdesc = An audio/acoustic activity detection and audio segmentation tool.
pkgver = 0.2.0
pkgrel = 1
url = https://github.com/amsehili/auditok
arch = any
license = MIT
makedepends = python-setuptools
depends = python
optdepends = python-pydub: read audio files in popular audio formats (ogg, mp3, etc.) or extract audio from a video file.
optdepends = python-pyaudio: read audio data from the microphone and play back detections.
optdepends = python-matplotlib: plot audio signal and detections
optdepends = python-numpy: used for math operations instead of standard python if available.
source = https://files.pythonhosted.org/packages/source/a/auditok/auditok-0.2.0.tar.gz
sha256sums = 46c512e287b2e13df4819774166af32b236d754afbe6b0dc87281b233e5ae688
pkgname = python-auditok
|