The audio/iir1 port
iir1-1.9.5 – DSP IIR realtime filter library (cvsweb github mirror)
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. 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.WWW: https://github.com/berndporr/iir1
Maintainer
Thomas Frohwein
Only for arches
aarch64 alpha amd64 arm hppa i386 mips64 mips64el powerpc powerpc64 riscv64 sh sparc64
Categories
Build dependencies
Files
- /usr/local/include/Iir.h
- /usr/local/include/iir/
- /usr/local/include/iir/Biquad.h
- /usr/local/include/iir/Butterworth.h
- /usr/local/include/iir/Cascade.h
- /usr/local/include/iir/ChebyshevI.h
- /usr/local/include/iir/ChebyshevII.h
- /usr/local/include/iir/Common.h
- /usr/local/include/iir/Custom.h
- /usr/local/include/iir/Layout.h
- /usr/local/include/iir/MathSupplement.h
- /usr/local/include/iir/PoleFilter.h
- /usr/local/include/iir/RBJ.h
- /usr/local/include/iir/State.h
- /usr/local/include/iir/Types.h
- /usr/local/lib/cmake/
- /usr/local/lib/cmake/iir/
- /usr/local/lib/cmake/iir/iirConfig.cmake
- /usr/local/lib/cmake/iir/iirConfigVersion.cmake
- /usr/local/lib/cmake/iir/iirTargets-release.cmake
- /usr/local/lib/cmake/iir/iirTargets.cmake
- /usr/local/lib/libiir.so.0.0
- /usr/local/lib/libiir_static.a
- /usr/local/lib/pkgconfig/iir.pc