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

    Исходный пакет: faust
    Версия: 0.9.90-alt5
    Последняя версия по данным Repology
    Собран:  10 марта 2024 г. 8:49 в задании #342406
    Категория: Звук
    Сообщить об ошибке в пакете
    Домашняя страница: http://faust.grame.fr/

    Лицензия: GPL-2.0-or-later
    О пакете: 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, ppc64le, i586, armh, aarch64)
    faust-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    faust-devel (noarch)
    faust-doc (noarch)
    faust-examples (noarch)
    faust2appls (noarch)

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


    Права:
    Anton Midyukov
    @qa

      1. gcc-c++
      2. rpm-build-python3
      3. rpm-macros-python3

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


    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