Name libsamplerate
Version 0.1.8
Summary Audio sample rate conversion library
Description libsamplerate (aka Secret Rabbit Code) is a library for audio rate conversion. libsamplerate currently provides three different sample rate conversion algorithms; zero order hold, linear interpolation and FIR filter interpolation (using filters derived from the mathematical SINC function). The first two algorithms (zero order hold and linear) are included for completeness and are not recommended for any application where high quality sample rate conversion is required. For the FIR/Sinc algorithm, three converters are provided; SRC_SINC_FASTEST, SRC_SINC_MEDIUM_QUALITY and SRC_SINC_BEST_QUALITY to allow a trade off between conversion speed and conversion quality
Section base
License GPLv2+
Homepage http://www.mega-nerd.com/SRC/
Recipe file recipes-debian/libsamplerate/libsamplerate_debian.bb
Layer meta-debian (morty branch)
Inherits
  • autotools
  • autotools-brokensep
  • debian-fix-timestamp
  • debian-multiarch
  • debian-package
  • debian-verify-version
  • pkgconfig
  • siteconfig
  • siteinfo
Dependencies
  • autoconf-native
  • automake-native
  • gnu-config-native
  • libtool-cross
  • libtool-native
  • pkgconfig-native
  • virtual/i586-deby-linux-compilerlibs
  • virtual/i586-deby-linux-gcc
  • virtual/libc
PACKAGECONFIG options

Sources

git://github.com/ystk/debian-libsamplerate.git

Patches

None

Other branches

This recipe in other branches of meta-debian:

Branch Recipe
morty (Yocto Project 2.2) libsamplerate 0.1.8 (this recipe)