JavaSound Minim Error
in
Core Library Questions
•
3 years ago
Hello,
I'm trying to get a simple script that creates circles for each sound file, of which the width and height change based on the file's sound sample.
I'm getting the following error when I run the code:
- ==== JavaSound Minim Error ====
- ==== Don't know the ID3 code TBP
- ==== JavaSound Minim Error ====
- ==== Error parsing ID3v2: String index out of range: -131
Any help would be great, right now it plays the audio files but it doesn't draw the circles, I'm not sure why.
Update: figured out that I just needed to change the color, but I still don't know why I'm getting those errors :/
1