1 # Template file for 'libsamplerate'
4 distfiles="http://www.mega-nerd.com/SRC/$pkgname-$version.tar.gz"
5 build_style=gnu_configure
6 short_desc="Sample Rate Converter for audio"
7 maintainer="Juan RP <xtraeme@gmail.com>"
8 checksum=e0a646224a0323ac63f56ef009b2d7fee11452a7b8af139b19ae71d2890dbc9c
10 One example of where such a thing would be useful is converting audio from
11 the CD sample rate of 44.1kHz to the 48kHz sample rate used by DAT players.
13 SRC is capable of arbitrary and time varying conversions; from downsampling
14 by a factor of 256 to upsampling by the same factor. Arbitrary in this case
15 means that the ratio of input and output sample rates can be an irrational
16 number. The conversion ratio can also vary with time for speeding up and
17 slowing down effects."
19 subpackages="$pkgname-devel"
20 Add_dependency run glibc
21 Add_dependency run libsndfile
22 Add_dependency build libsndfile-devel