Re: Clojure Signal Processing

2012-11-12 Thread Stathis Sideris
More abstractly, I think Prismatic's Graph library [1] is very similar to the topologies that you are describing. Unfortunately, they haven't open-sourced it yet. In the article they touch upon the subject of different ways to execute the same graph, which would allow you to parallelize parts

Clojure Signal Processing

2012-11-09 Thread Stephen Olsen
Hey all, I've been thinking about and wanting to do some music transcription projects recently (inferring musical notes from audio) and what the best way to write systems like this is clojure would be. There are java libraries and things like fftw that can handle the *hard* parts like