clojure-art

ul 2015-10-13T09:05:55.000004Z

What libs are considered a good choice to do sound analysis with clojure?

ul 2015-10-13T09:07:16.000005Z

I want to play with RNN as the engine for AI accompaniator. I plan to use pink to produce sounds, dmonner.xlbp for RNN, but need also to analyze input.

ul 2015-10-13T09:07:51.000006Z

To extract fundamental frequency and overtones.

2015-10-13T09:35:26.000007Z

I did some experiments with Overtone and vectorz-clj (for the FFT analysis) here which may be of interest: https://github.com/mikera/spectral

2015-10-13T09:37:36.000009Z

Also see this blog post: https://clojurefun.wordpress.com/2013/12/22/spectrograms-with-overtone/