|
From: <le...@gr...> - 2004-05-25 16:32:20
|
Hi, I would like to try to express LS internal audio loop in the Faust language. Faust AUdio STreams is a functional programming language for realtime audio plugins and applications development. The Faust compiler translates signal processing specifications into C++ code. http://sourceforge.net/projects/faudiostream/ Faust can generate scalar or vectorized code for X86 and Altivec architecture. Faust language is a "traduction" of signal processing black diagrams into textual expressions that are later compiled (with several optimisation) into a loop expressed in C++. Basically the idea would be to start from a block-diagram vision of the LS audio loop (including envelope, filter,...), express this scheme in Faust language, get the result and see what kind of efficiency we can get compared with the current hand written code. Is there any "block-diagram vision of the LS audio loop " available somewhere? Or could one be specfied? Thanks Stephane |