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

    Бинарный пакет: faust2appls
    Версия: 0.9.90-alt5
    Архитектура: noarch
    Собран:  10 марта 2024 г. 9:52
    Исходный пакет: faust
    Категория: Звук
    Сообщить об ошибке в пакете
    Домашняя страница: http://faust.grame.fr/

    Лицензия: GPL-2.0-or-later
    О пакете: Useful scripts that combines faust and g++ to generates executable binary
    Описание: 
    FAUST is a compiled language for real-time audio signal processing.
    
    The name FAUST stands for Functional AUdio STream. Its programming model
    combines two approaches : functional programming and block diagram composition.
    You can think of FAUST as a structured block diagram language with a textual syntax.
    
    Programming with FAUST is somehow like working with electronic circuits
    and signals. A FAUST program is a list of definitions that defines a signal
    processor block-diagram : a piece of code that produces output signals
    according to its input signals (and maybe some user interface parameters).
    
    Faust is a compiled language translated to C++. In order to generate the most
    efficient code, the compilation is based on a semantic approach. Instead of
    compiling directly the block-diagram as described by the user, the idea is to
    compile its mathematical meaning (what it actually computes).
    
    This package contains some useful scripts for FAUST

    Сопровождающий: Anton Midyukov


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


    10 марта 2024 г. Anton Midyukov 0.9.90-alt5
    - faust2appls: remove faust2android, faust2ios*, faust2w32*, faust2bela,
      faust2rpi*, faust2ros* (Closes: 49641)
    4 мая 2021 г. Anton Midyukov 0.9.90-alt4
    - Add python3 path /usr/lib/faust (Fix FTBFS without
      rpm-build-python)
    21 мая 2020 г. Anton Midyukov 0.9.90-alt3.1
    - Fix License tag