resound
resound copied to clipboard
Regarding beats/rhythm analysis
Hey, I am interested in a TODO item you have listed here. Are you planning on using something like CGo calls to aubio or Essentia? Or writing it all in Go? Or never getting to it all, which is also fine.
I am interested because I want to do music analysis in Go for a game I am making. There doesn't seem to be many pure Go libraries to use unfortunately.
Hello - I haven't thought at all about doing beat or rhythm analysis since I wrote that.
If I were to do it, I would probably try to avoid using CGo and instead write it in pure go (or use a pure-go FFT library, maybe?). I don't plan to approach this in the near future, though. Did you have any suggestions?