head	1.2;
access;
symbols
	pkgsrc-2026Q1:1.2.0.4
	pkgsrc-2026Q1-base:1.2
	pkgsrc-2025Q4:1.2.0.2
	pkgsrc-2025Q4-base:1.2;
locks; strict;
comment	@# @;


1.2
date	2025.12.14.08.41.33;	author vins;	state Exp;
branches;
next	1.1;
commitid	myztOO5XRlOWZlmG;

1.1
date	2025.09.26.18.29.29;	author js;	state Exp;
branches;
next	;
commitid	JmI0nZPFQSH9NfcG;


desc
@@


1.2
log
@audio/iir1: fix build on SunOS
@
text
@$NetBSD: distinfo,v 1.1 2025/09/26 18:29:29 js Exp $

BLAKE2s (iir1-1.9.5.tar.gz) = 569269e6320180c11b908c0d3d4453975d6d3045c03cdcbb30b47696800afb98
SHA512 (iir1-1.9.5.tar.gz) = 2b0658a621cdfb57796cf2fea5411975b442af4af267bce2f613ae53f43572f208fdea59d7ea0178e9984e311c406f289166789aa423505ac8ed2b889ddc9f64
Size (iir1-1.9.5.tar.gz) = 2115864 bytes
SHA1 (patch-iir_RBJ.h) = ea5c0dd92a245678b016a481b8f8d6c48451ebb8
@


1.1
log
@Add audio/iir1

An infinite impulse response (IIR) filter library for Linux, Mac OSX and
Windows which implements Butterworth, RBJ, Chebychev filters and can
easily import coefficients generated by Python (scipy).

The filter processes the data sample by sample for realtime processing.

It uses templates to allocate the required memory so that it can run
without any malloc / new commands. Memory is allocated at compile time
so that there is never the risk of memory leaks.

All realtime filter code is in the header files which guarantees
efficient integration into the main program and the compiler can
optimise both filter code and main program at the same time.
@
text
@d1 1
a1 1
$NetBSD$
d6 1
@

