Page MenuHomeFreeBSD

[NEW PORT] audio/zita-convolver: Fast, partitioned convolution engine library
ClosedPublic

Authored by ultima on Aug 11 2017, 1:03 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 14, 7:02 PM
Unknown Object (File)
Mon, Nov 6, 7:41 AM
Unknown Object (File)
Sun, Nov 5, 6:34 PM
Unknown Object (File)
Nov 4 2023, 8:25 PM
Unknown Object (File)
Oct 13 2023, 6:04 PM
Unknown Object (File)
Oct 5 2023, 6:36 AM
Unknown Object (File)
Oct 4 2023, 5:31 PM
Unknown Object (File)
Oct 3 2023, 8:22 PM
Subscribers

Details

Summary

A C++ library implementing a real-time convolution matrix for up to 64 inputs
and outputs. It uses multiple partition sizes to provide both low delay and
efficient CPU use.

WWW: http://kokkinizita.linuxaudio.org/linuxaudio/

PR\: 221193
Submitted by\: Yuri Victorovich (maintainer)
Reviewed by\: lifanov (mentor), matthew (mentor)
Approved by\: lifanov (mentor), matthew (mentor)
Differential Revision\: https://reviews.freebsd.org/DXXXXX

Test Plan

portlint:
looks fine.

poudriere:
103i386
103amd64
110i386
110amd64
12i386
12amd64

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

audio/zita-convolver/files/patch-zita-convolver.h
7–8 ↗(On Diff #31910)

Hmm this could probably be changed to a reinplace_cmd. I'll fix this in a bit.

Replaced patch with reinplace_cmd

audio/zita-convolver/Makefile
20 ↗(On Diff #31911)
WRKSRC_SUBDIR= libs

Changed WRKSRC --> WRKSRC_SUBDIR as suggested

This revision is now accepted and ready to land.Aug 11 2017, 8:20 AM
This revision was automatically updated to reflect the committed changes.