Is it possible to fill a buffer in minim without actually playing the song?
in
Core Library Questions
•
2 years ago
I'm trying to get information about songs (mainly volume and frequency info) without actually listening to the entire song.
The point is to get all this information at a much quicker rate than I would be able to by doing it in real-time. However, I haven't been able to figure out a way to load samples into a buffer (which is what FFTs, etc. analyze when you call their functions) without actually playing the music.
does anybody know if what I'm attempting to do is possible with minim? if it is, can somebody point me in the right direction? i've spent numerous hours at this point reading lots of articles about this, and am on the verge of either programming my own extension to minim or javasound... i figured it was worth a post on the processing forums!
best,
sami
2