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?
|
final bytes = file.readAsBytesSync(); |
If so, is it possible to just read the header of the file to get this information?
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?