Пакет libiir1: Информация

    Исходный пакет: libiir1
    Версия: 1.9.3-alt1
    Собран:  15 ноября 2022 г. 21:12
    Категория: Разработка/C
    Сообщить об ошибке в пакете
    Домашняя страница: https://berndporr.github.io/iir1/

    Лицензия: MIT
    О пакете: DSP IIR Realtime C++ filter library
    Описание: 
    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.

    Список бинарных RPM-пакетов, собираемых из данного 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)

    Сопровождающий: Artyom Bystrov

    Список участников:
    Artyom Bystrov

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

    Последнее изменение


    28 октября 2022 г. Artyom Bystrov 1.9.3-alt1
    - initial build for ALT Sisyphus