Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37047165
en ru br
ALT Linux repos
S:0.9.90-alt4
5.0: 0.9.9.4-alt0.M50.1

Group :: Sound
RPM: faust

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.9.90-alt4
Build date: 4 may 2021, 14:59 ( 151.4 weeks ago )
Size: 16.33 Mb

Home page:   http://faust.grame.fr/

License: GPL-2.0-or-later
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).

Current maintainer: Anton Midyukov (maintainer)

List of contributors

List of rpms provided by this srpm:

  • faust
  • faust-debuginfo
  • faust-devel
  • faust-doc
  • faust-examples
  • faust2appls
  • faust2appls
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin