Download List

Projeto Descrição

Faust AUdio STreams is an expressive functional programming language for realtime audio signal processing. The Faust compiler translates DSP specifications into efficient C++ code. A variety of platforms and plugin formats are supported. A single Faust specification can be used to easily generate JACK and ALSA applications, as well as LADSPA, MAX/MSP, PD, Q, SC, and VST plugins. In addition to C++ code, the Faust compiler can also generate SVG block-diagram representations as well as XML descriptions.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-01-24 21:18 Back to release list
0.9.10

Esta versão do compilador DSP FAUST introduz várias novas possibilidades. É o primeiro lançamento oficial para gerar código paralelo cheio. Dependendo das opções do compilador, o código pode ser paralelizado com base em OpenMP ou um "trabalho específico Stealing" algoritmo. Além disso, o compilador FAUST também oferece a possibilidade de gerar automaticamente a documentação de matemática de um programa de DSP.
This version of the FAUST DSP compiler introduces several new possibilities. It is the first official release to generate full PARALLEL code. Depending on the compiler options, the parallelized code can be either based on OpenMP or a specific "Work-Stealing" algorithm. Moreover, the FAUST compiler also offers the possibility to automatically generate the mathematical documentation of a DSP program.

Project Resources