Closed robozman closed 4 years ago
Based on this example (https://github.com/taglib/taglib/blob/master/examples/tagreader_c.c), taglib_c supports getting the length of a track (and some other data) through the AudioProperties interface. Would it be possible to add support for that to taglib-rust?
Thanks!
This is already supported: https://docs.rs/taglib/1.0.0/taglib/struct.AudioProperties.html. Ignore this haha
Based on this example (https://github.com/taglib/taglib/blob/master/examples/tagreader_c.c), taglib_c supports getting the length of a track (and some other data) through the AudioProperties interface. Would it be possible to add support for that to taglib-rust?
Thanks!