Package faust: Information
Source package: faust
Version: 0.9.90-alt2.2
Build time: Jan 15, 2021, 10:36 PM
Category: Sound
Report package bugHome page: http://faust.grame.fr/
License: GPLv2+
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 RPM packages built from this SRPM:
faust (e2kv5, e2kv4, e2k)
faust-debuginfo (e2kv5, e2kv4, e2k)
faust-devel (noarch)
faust-doc (noarch)
faust-examples (noarch)
faust2appls (noarch)
faust (e2kv5, e2kv4, e2k)
faust-debuginfo (e2kv5, e2kv4, e2k)
faust-devel (noarch)
faust-doc (noarch)
faust-examples (noarch)
faust2appls (noarch)
Maintainer: Anton Midyukov
Last changed
June 23, 2019 Igor Vlasenko 0.9.90-alt2.2
- rebuild with octave 5
July 24, 2018 Andrey Cherepanov 0.9.90-alt1.2
- Rebuild with new Ruby autorequirements.
July 18, 2018 Anton Midyukov 0.9.90-alt1.1
- Rebuilt for aarch64