1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/audio/zita-resampler/pkg-descr
Yuri Victorovich f47dbe19d8 audio/zita-resampler: Update 1.6.2 -> 1.8.0
PR:		252497
Submitted by:	meka@tilda.center (maintainer), fernape@
2021-01-31 04:49:04 +00:00

15 lines
732 B
Plaintext

Zita-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 providing the same
quality, e.g. libsamplerate.
WWW: https://kokkinizita.linuxaudio.org/linuxaudio/zita-resampler/resampler.html