Quoting Jussi Laako <[EMAIL PROTECTED]>: > 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]> > >
Thanks much. I am actually most comfortable with Java as a programming language but I don't think it will be appropriate for this project due to the timing accuracy issues. So C or C++ are probably much better choices. I will definitely look into those libraries and the engine. Thanks again.
