Re: Clojure for audio signal processing

2010-08-03 Thread Michael Wood
On 2 August 2010 23:19, klancaster1957 wrote: [...] > My thought is that I might be able to write the glue code (and perhaps > some of the processing) in Clojure and drop to the C code as > necessary. Having not done anything with JNI (I am a proud non-Java > programmer :-), I'm unclear as to how

Clojure for audio signal processing

2010-08-02 Thread klancaster1957
I'm about to begin work updating an older C / C++ audio signal processing application, and would like to make the core of the app cross-platform (rather than Windows only as it is now). There is _some_ possibility that it aspects could be parallelized as well. The work will involve writing some C c