rodio
rodio copied to clipboard
How to get length of audio file before reading each sample?
Is it possible to get the length of the audio file before reading each sample?
source.size_hint().0
should work.
size_hint is not required to be accurate.