FAUST (programming language): Difference between revisions

Content deleted Content added
No edit summary
Line 15:
}}
 
'''FAUST''' (Functional AUdio STream) is a [[programmingDomain specific language|___domain-specific]] that provides a [[purely functional approach to]] [[signalprogramming processinglanguage]] whilefor offering a high level of performance. FAUST aims at being complementary to existing audio languages by offering a viable and efficient alternative toimplementing [[Csignal (programming language)|Cprocessing]]/ [[C++algorithms]] toin developthe signalform processingof [[library (computing)|libraries]], [[audio plug-inins]]s, or standalone applications. A FAUST program denotes a signal processor: a mathematical function that is applied to some input signal and then fed out.
The language is based on a simple and well defined formal semantics. A FAUST program denotes a signal processor, a mathematical function that transforms input signals into output signals.
 
==Overview==