Package faust: Information

    Source package: faust
    Version: 0.9.90-alt5
    Latest version according to Repology
    Build time:  Mar 10, 2024, 08:49 AM in the task #342406
    Category: Sound
    Report package bug
    Summary: FAUST is a compiled language for real-time audio signal processing
    Description: 
    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).

    List of rpms provided by this 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)

    Maintainer: Anton Midyukov



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

    Last changed


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