Package libiir1: Information

    Source package: libiir1
    Version: 1.9.3-alt1
    Build time:  Nov 15, 2022, 09:12 PM
    Category: Development/C
    Report package bug
    License: MIT
    Summary: DSP IIR Realtime C++ filter library
    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.

    List of RPM packages built from this SRPM:
    libiir1 (e2kv6, e2kv5, e2kv4, e2k)
    libiir1-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
    libiir1-devel (e2kv6, e2kv5, e2kv4, e2k)
    libiir1-devel-doc (noarch)
    libiir1-devel-static (e2kv6, e2kv5, e2kv4, e2k)

    Maintainer: Artyom Bystrov

    List of contributors:
    Artyom Bystrov

      1. gcc-c++
      2. cmake
      3. rpm-macros-cmake
      4. doxygen

    Last changed


    Oct. 28, 2022 Artyom Bystrov 1.9.3-alt1
    - initial build for ALT Sisyphus