Port details |
- zita-resampler C++ library for resampling audio signals
- 1.11.2 audio =2 1.11.2Version of this port present on the latest quarterly branch.
- Maintainer: meka@tilda.center
- Port Added: 2017-01-31 17:33:14
- Last Update: 2023-09-22 04:56:48
- Commit Hash: 9ece82f
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3+
- WWW:
- https://kokkinizita.linuxaudio.org/linuxaudio/zita-resampler/resampler.html
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- zita-resampler>0:audio/zita-resampler
- To install the port:
- cd /usr/ports/audio/zita-resampler/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/zita-resampler
- pkg install zita-resampler
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: zita-resampler
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1695225501
SHA256 (zita-resampler-1.11.2.tar.xz) = aa5c54e696069af26f3f1fed4a963113cc1237cddfd57ae5842abcb1acd5492c
SIZE (zita-resampler-1.11.2.tar.xz) = 123452
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- This port is required by:
- for Build
-
- audio/pandaresampler
- for Libraries
-
- audio/audiowmark
- audio/drumgizmo
- audio/ebumeter
- audio/infamous-plugins-lv2
- audio/kapitonov-plugins-pack-lv2
- audio/py-zita-audiotools
- audio/py-zita-jacktools
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for zita-resampler-1.11.2:
OPTIMIZED_CFLAGS=on: Use extra compiler optimizations
===> Use 'make config' to modify these settings
- Options name:
- audio_zita-resampler
- USES:
- cmake tar:xz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.11.2 22 Sep 2023 04:56:48 |
Robert Clausecker (fuz) Author: Goran Mekić |
audio/zita-resampler: Update to 1.11.2
Upstream changes:
* Added optimised code for ARM64, contributed by Nicolas Belin.
Edit the Makefile to disable SSE2 and enable NEON when
compiling for ARM64.
PR: 273978 |
1.10.1 20 Feb 2023 15:10:31 |
Daniel Engberg (diizzy) |
audio/zita-resampler: Update to 1.10.1
Respect CXXFLAGS and make -ffast-math optional
Changelog:
* Fixed dithering of clipped signals.
* Fixed constructor parameter range tests.
PR: 269674
Reviewed by: Goran Mekić <meka@tilda.center> (maintainer) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.8.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.8.0 20 Jul 2022 14:20:54 |
Tobias C. Berner (tcberner) |
audio: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <dmagda+libsamplerate@ee.ryerson.ca>
* <trasz@FreeBSD.org>
* Adam Weinberger
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aleksander Fafula <alex@bsdguru.org>
* Alex Allan <alex@kamaz.org.uk>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kojevnikov <alexander@kojevnikov.com>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexander Vereeken <Alexander88207@protonmail.com> (Only the first 15 lines of the commit message are shown above ) |
1.8.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.8.0 31 Jan 2021 04:49:04 |
yuri |
audio/zita-resampler: Update 1.6.2 -> 1.8.0
PR: 252497
Submitted by: meka@tilda.center (maintainer), fernape@ |
1.6.2_2 26 Nov 2018 05:20:56 |
linimon |
Pursuant to r483634, PORTREVISION should have been bumped.
Reported by: jbeich |
1.6.2_1 01 Nov 2018 02:03:17 |
linimon |
There was one more case of -march=native that was missed by the
previous patch. Rename patch-Makefile to patch-source_Makefile
and add patch-apps_Makefile. There is not enough history of the
former to be worth a repomove IMHO.
Pointy hat to: linimon |
1.6.2_1 28 Oct 2018 11:14:40 |
linimon |
Fix CFLAGS.
PR: 231784
Submitted by: Piotr Kubaj
Approved by: maintainer |
1.6.2_1 02 Sep 2018 19:19:13 |
swills |
audio/zita-resampler: use updated patch
This removes the ldconfig and fixes building as a user
PR: 231026 [1]
PR: 231075 [2]
Submitted by: Goran Mekic <meka@tilda.center> (maintainer) [1]
Reported by: yuri [1]
Reported by: jbeich [2] |
1.6.2 01 Sep 2018 00:33:28 |
swills |
audio/zita-resampler: Update to 1.6.2
PR: 231026
Submitted by: Goran Mekic <meka@tilda.center> (maintainer) |
1.6.0 31 Jan 2017 17:33:06 |
amdmi3 |
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 |