Exherbo
GitLab
Packages
media-libs/iir1
DSP IIR realtime filter library written in C++.
Versions
Slot
Version
Repository
Platforms
0
1.10.0
heirecka
~amd64
arm?
armv7?
armv8?
x86?
Metadata
Homepage
https://github.com/berndporr/iir1
Summary
DSP IIR realtime filter library written in C++
Description
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.
Dependencies
(
build:
sys-devel/cmake[>=3.24.0]
)
Downloads
https://github.com/berndporr/iir1/archive/1.10.0.tar.gz -> iir1-1.10.0.tar.gz
Licences
MIT