Want to Use Minim to "Read" a MP3
in
Core Library Questions
•
18 days ago
Hi, can anyone provide pointers on how to read rather than play an audio file with Minim (assuming Minim is the most appropriate library - is it?). Specifically I would like to read data points (like using myMP3.left.get(i) or myMP3.left.level(i) functions) at specific time intervals (say every 1000 milliseconds) over the course of the song. For example, a 2 minute long song would result in an array of 120 float "samples" each 1 second apart in time. Ideas?
Best Regards, Jim
Best Regards, Jim
2