rodio icon indicating copy to clipboard operation
rodio copied to clipboard

MP3 current_ frame_ Len and total_ Duration will never change

Open yunfengwangluo opened this issue 1 year ago • 4 comments

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!!

yunfengwangluo avatar Dec 05 '22 08:12 yunfengwangluo

I have seen the same trouble, total duration doesn't return nothing at all...

pablo-lua avatar Feb 27 '23 23:02 pablo-lua

I am having the same issue with total_duration returning None on any mp3 file

Nickiel12 avatar Mar 15 '23 03:03 Nickiel12

A fix is proposed in PR #481?

Nickiel12 avatar Mar 15 '23 03:03 Nickiel12

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?

PraxTube avatar Jun 25 '23 08:06 PraxTube