Source: libsamplerate
Section: sound
Priority: optional
Maintainer: Samuel Mimram <smimram@debian.org>
Build-Depends: debhelper (>> 3.0.0), fftw3-dev, libsndfile1-dev
Standards-Version: 3.7.2

Package: libsamplerate0-dev
Provides: libsamplerate-dev
Conflicts: libsamplerate-dev
Section: libdevel
Architecture: any
Depends: libsamplerate0 (= ${Source-Version}), pkg-config
Description: development files for audio rate conversion (libsamplerate)
 libsamplerate (aka Secret Rabbit Code) header files and static libraries to
 assist in development of programs for audio rate conversion
 .
 Further information is available at <http://www.mega-nerd.com/SRC/>.

Package: libsamplerate0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: audio rate conversion library
 libsamplerate (aka Secret Rabbit Code) performs audio rate conversion.
 .
 This can be used to downsample and upsample audio from 4Hz up to 192kHz. You
 can also define custom resample rates. An example application would be
 converting a 44.1kHz sample rate used on CDs to the 48kHZ sample rate used
 by DAT Devices.
 .
 libsamplerate provides a number of different interpolation algorithms and is
 capable of time varying conversions and arbitary up and down sampling.
 .
 Further information is available at <http://www.mega-nerd.com/SRC/>.

Package: samplerate-programs
Section: utils
Architecture: any
Depends: ${shlibs:Depends}
Description: Sample programs that use libsamplerate
 This package contains simple example programs for resampling sound files with
 the libsamplerate library.
