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

    Исходный пакет: faust
    Версия: 0.9.90-alt2.2
    Собран:  25 июня 2019 г. 23:46 в задании #233143
    Категория: Звук
    Сообщить об ошибке в пакете
    Домашняя страница: http://faust.grame.fr/

    Лицензия: GPLv2+
    О пакете: FAUST is a compiled language for real-time audio signal processing
    Описание: 
    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).

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    faust (x86_64, i586, aarch64)
    faust-debuginfo (x86_64, i586, aarch64)
    faust-devel (noarch)
    faust-doc (noarch)
    faust-examples (noarch)
    faust2appls (noarch)

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


      1. gcc-c++

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


    23 июня 2019 г. Igor Vlasenko 0.9.90-alt2.2
    - rebuild with octave 5
    24 июля 2018 г. Andrey Cherepanov 0.9.90-alt1.2
    - Rebuild with new Ruby autorequirements.
    18 июля 2018 г. Anton Midyukov 0.9.90-alt1.1
    - Rebuilt for aarch64