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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
Source: libsamplerate
Section: sound
Priority: optional
Maintainer: Anand Kumria <wildfire@progsoc.org>
Build-Depends: debhelper (>> 3.0.0), fftw3-dev, libsndfile1-dev
Standards-Version: 3.6.1.0
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
<URL: 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
<URL: http://www.mega-nerd.com/SRC/>
Package: samplerate-programs
Section: utils
Architecture: any
Depends: ${shlibs:Depends}
Description: Sample programs that use libsamplerate
Contains simple example programs for resampling sound files with
the libsamplefile library
|