Jump to letter: [
ABCEFGHJKLMOPQRSTXYZ
]
zita-resampler - Fast, high-quality sample rate conversion library
Libzita-resampler is a C++ library for resampling audio signals. It is
designed to be used within a real-time processing context, to be fast,
and to provide high-quality sample rate conversion.
The library operates on signals represented in single-precision
floating point format. For multichannel operation both the input and
output signals are assumed to be stored as interleaved samples.
The API allows a trade-off between quality and CPU load. For the
latter a range of approximately 1:6 is available. Even at the highest
quality setting libzita-resampler will be faster than most similar
libraries, e.g. libsamplerate.
Packages
Name |
Version |
Release |
Type |
Size |
Built |
zita-resampler |
0.1.0 |
1.fc10.ccrma |
x86_64 |
12 KiB |
Tue Nov 25 19:43:47 2008 |
Changelog
- * Wed Oct 29 15:00:00 2008 Fernando Lopez-Lezcano <nando{%}ccrma{*}stanford{*}edu> 0.1.0-1
- initial release