NumberFormatException While Using Minim
in
Core Library Questions
•
1 year ago
The title pretty much says it all. I'm getting an error that says 'NumberFormatException: For input string: "8/15"'. I loaded an audio track and have an AudioMetaData instance called 'meta', and used the getMetaData method. The offending line is 'blah = meta.track()'. I'm guessing the program expects an integer but encounters a string ("8/15" in this case) and doesn't know what to do. The 'track()' method works with some loaded songs, but not all. There's probably an easy workaround, but I'm not sure what it is..
1