blob: d7810c90755ff6313a5030cacdb475071508f2b8 (
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 = audio-offset-finder-git
pkgdesc = A simple tool for finding the offset of an audio file within another file.
pkgver = 0.5.3.r151.20231205.2e948a3
pkgrel = 5
url = https://github.com/bbc/audio-offset-finder
arch = any
license = Apache-2.0
checkdepends = python-librosa
checkdepends = python-nose
checkdepends = python-pytest
checkdepends = python-soxr
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-lazy-loader
makedepends = python-wheel
depends = ffmpeg
depends = python-librosa
depends = python-matplotlib
depends = python-numba
depends = python-numpy
depends = python-pytest
depends = python-scipy>=0.12.0
depends = python-soxr
provides = audio-offset-finder
conflicts = audio-offset-finder
source = audio-offset-finder::git+https://github.com/bbc/audio-offset-finder.git
sha256sums = SKIP
pkgname = audio-offset-finder-git
|