Package libiir1: Information

    Source package: libiir1
    Version: 1.9.3-alt1
    Latest version according to Repology
    Build time:  Oct 28, 2022, 10:18 PM in the task #309174
    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 rpms provided by this srpm:
    libiir1 (x86_64, ppc64le, i586, armh, aarch64)
    libiir1-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    libiir1-devel (x86_64, ppc64le, i586, armh, aarch64)
    libiir1-devel-doc (noarch)
    libiir1-devel-static (x86_64, ppc64le, i586, armh, aarch64)

    Maintainer: Artyom Bystrov

    List of contributors:
    Artyom Bystrov

    ACL:
    Artyom Bystrov
    @everybody

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

    Last changed


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