Собрано: больше 11 лет назад
Размер архива: 3,6 МБ
Отчёт repocop:

Gear: http://git.altlinux.org/gears/f/faust.git
Домашняя страница: 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
- faust-doc
- faust2appls
- minor gcc fixes2009-07-31 Timur Batyrshin 0.9.9.4-alt1
- package name fix2009-04-26 Timur Batyrshin 0.9.9.4-alt0.2
- appls and docs added