mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
1.2 KiB

  1. [I] A Sample Rate Converter library for audio.
  2. [T] Libsamplerate is a Sample Rate Converter for audio. One example of where
  3. [T] such a thing would be useful is converting audio from the CD sample rate
  4. [T] of 44.1kHz to the 48kHz sample rate used by DAT players.
  5. [T]
  6. [T] Libsamplerate is capable of arbitrary and time varying conversions; from
  7. [T] downsampling by a factor of 12 to upsampling by the same factor. Arbitrary
  8. [T] in this case means that the ratio of input and output sample rates can be
  9. [T] an irrational number. The conversion ratio can also vary with time for
  10. [T] speeding up and slowing down effects.
  11. [T]
  12. [T] Libsamplerate provides a small set of converters to allow quality to be
  13. [T] traded off against computation cost. The current best converter provides
  14. [T] a signal-to-noise ratio of 97dB with -3dB passband extending from DC to
  15. [T] 96% of the theoretical best bandwidth for a given pair of input and
  16. [T] output sample rates.
  17. [U] http://www.mega-nerd.com/SRC/
  18. [A] Erik de Castro Lopo
  19. [M] Chris Efant <rock@sirkull.org>
  20. [C] extra/multimedia
  21. [L] GPL
  22. [S] Beta
  23. [V] 0.1.0
  24. [P] X -----5---9 167.800
  25. [D] 3067736164 libsamplerate-0.1.0.tar.gz http://www.mega-nerd.com/SRC/