Source: libresample Section: libs Priority: optional Maintainer: Jonas Smedegaard Build-Depends: cdbs, autotools-dev, debhelper (>= 6), dh-buildinfo, cmake (>= 2.6), libsndfile-dev, libsamplerate-dev, pkg-config, d-shlibs Standards-Version: 3.9.1 Vcs-Git: git://git.debian.org/git/collab-maint/libresample.git Vcs-Browser: http://git.debian.org/?p=collab-maint/libresample.git;a=summary Homepage: http://www-ccrma.stanford.edu/~jos/resample/Free_Resampling_Software.html Package: libresample1-dev Section: libdevel Depends: libresample1 (= ${binary:Version}), ${devlibs:Depends}, ${misc:Depends} Provides: libresample-dev Conflicts: libresample-dev Architecture: any Description: real-time audio resampling library - development files A real-time library for audio sampling rate conversion providing several useful features relative to resample-1.7 on which it is based: - More portable (source includes autoconf script and Visual C++ project file, packaging adds CMake script with shared library support). - Memory-based (no need to read or write external files). - Floating-point computations (not fixed-point). - Faster and more accurate results (filter table increased by a factor of 32). - Supports variable resampling ratio (data can be processed in small chunks). - Easily applied to any number of simultaneous data channels - LGPL-licensed (libsamplerate, a GPL-licensed alternative, is considered by the libresample author to be technically superior). . This package contains the development headers and static libraries for resample. Package: libresample1 Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} Architecture: any Description: real-time audio resampling library - shared libraries A real-time library for audio sampling rate conversion providing several useful features relative to resample-1.7 on which it is based: - More portable (source includes autoconf script and Visual C++ project file, packaging adds CMake script with shared library support). - Memory-based (no need to read or write external files). - Floating-point computations (not fixed-point). - Faster and more accurate results (filter table increased by a factor of 32). - Supports variable resampling ratio (data can be processed in small chunks). - Easily applied to any number of simultaneous data channels - LGPL-licensed (libsamplerate, a GPL-licensed alternative, is considered by the libresample author to be technically superior). . This package contains the shared libraries for resample.