You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for writing this. It looks very handy. I'm thinking about using this in an app that manages a lot of files. It looks to me like this reads the entire contents of the mp3 right?
Yes, it does load the entire file. The thinking behind that is, at some point, when I add support for VBR MP3 files I'll need to sample most or all of the file to calculate the duration. For non VBR files, this could be improved upon and only read a portion of the file. I'll look in to that.
Thanks for writing this. It looks very handy. I'm thinking about using this in an app that manages a lot of files. It looks to me like this reads the entire contents of the mp3 right?
mp3_info/lib/src/mp3_processor.dart
Line 25 in 1f19e98
If so, is it possible to just read the header of the file to get this information?
The text was updated successfully, but these errors were encountered: