rodio
rodio copied to clipboard
MP3 current_ frame_ Len and total_ Duration will never change
MP3 source. current_ frame_ The value returned by len() is always Some (2304)
source. total_ The value returned by duration is always None
Several different music files have been tested. This cannot be a problem with the music file itself. Other music players can obtain it normally
Or is there any other similar open source project recommended!!
I have seen the same trouble, total duration doesn't return nothing at all...
I am having the same issue with total_duration returning None on any mp3 file
A fix is proposed in PR #481?
This issue seems to still be present. Does anyone have a workaround for this, or is .wav and other files the way to go here?