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

    Исходный пакет: faust
    Версия: 0.9.9.4-alt2
    Собран:  31 июля 2009 г. 13:56
    Категория: Звук
    Сообщить об ошибке в пакете
    Домашняя страница: http://faust.grame.fr/

    Лицензия: GPL
    О пакете: 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)
    faust-doc (noarch)
    faust2appls (x86_64, i586)

    Сопровождающий: Timur Batyrshin

    Список участников:
    Timur Batyrshin

    Права:
    @nobody

      1. gcc-c++

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


    31 июля 2009 г. Timur Batyrshin 0.9.9.4-alt2
    - minor gcc fixes
    31 июля 2009 г. Timur Batyrshin 0.9.9.4-alt1
    - package name fix
    26 апреля 2009 г. Timur Batyrshin 0.9.9.4-alt0.2
    - appls and docs added