https://bugzilla.redhat.com/show_bug.cgi?id=2129191
Bug ID: 2129191 Summary: Review Request: iir1 - DSP IIR Realtime C++ filter library Product: Fedora Version: rawhide Hardware: All OS: Linux Status: NEW Component: Package Review Severity: medium Priority: medium Assignee: nobody@fedoraproject.org Reporter: otto.liljalaakso@iki.fi QA Contact: extras-qa@fedoraproject.org CC: package-review@lists.fedoraproject.org Target Milestone: --- Classification: Fedora
Spec URL: https://oturpe.kapsi.fi/fedora/rpms/iir1/1/iir1.spec SRPM URL: https://oturpe.kapsi.fi/fedora/rpms/iir1/1/iir1-1.9.3-2.fc38.src.rpm
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.
Fedora Account System Username: oturpe
I am packaging iir1, because dosbox-staging-0.79.0 has a dependency on it.