freebsd-ports/audio/zita-resampler/Makefile
Dmitry Marakasov 20dc5e6f0f 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: http://kokkinizita.linuxaudio.org/linuxaudio/zita-resampler/resampler.html

PR:		215981
Submitted by:	meka@tilda.center
2017-01-31 17:33:06 +00:00

18 lines
393 B
Makefile

# Created by: Goran Mekić <meka@tilda.center>
# $FreeBSD$
PORTNAME= zita-resampler
PORTVERSION= 1.6.0
CATEGORIES= audio
MASTER_SITES= http://kokkinizita.linuxaudio.org/linuxaudio/downloads/
MAINTAINER= meka@tilda.center
COMMENT= C++ library for resampling audio signals
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/../COPYING
USES= gmake tar:bzip2
WRKSRC_SUBDIR= libs
.include <bsd.port.mk>