On Tue, 2005-09-27 at 09:04 -0500, [EMAIL PROTECTED] wrote: > Returning to one of my original questions. Does anyone have any suggestions > for > useful libraries or example source code to study as a start for this project?
If you like C++, then using jack as audio engine and libJackMM to interface it is rather simple. For signal processing you could use libDSP. Combination of these two libraries can give pretty quick and easy start. libDSP can also be used from C, as it has C wrapper. -- Jussi Laako <[EMAIL PROTECTED]>
