You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking through the MP3Player code and I don't think there's a function for getting the current position while playing an MP3 file. Is it possible to implement this?
The text was updated successfully, but these errors were encountered:
quick look at this rfc (request for change) & code makes me wonder what you mean with 'current position'. do you mean in time, in buffer location or in frame?
MP3 file is split up in frames, each frame being x seconds of the song and y bytes long.
so with current position, do you mean x seconds of a total of z seconds of the mp3 that has been played or...?
I was looking through the MP3Player code and I don't think there's a function for getting the current position while playing an MP3 file. Is it possible to implement this?
The text was updated successfully, but these errors were encountered: