I was wondering how do you convert the 'Stream POS' (which is the point where the music has been played) to regular time such as 3:46. (3 minutes and 46 seconds played)??? any idea anyone? or do you guys use some other object for playing mp3s?
is there anyway to tell the dmc object to get streampos from streamposinseconds? you see, the problem i have is that in mmf, every value is stored upto 10 digits. that roughly translates into 4:04 of an audio file. if the track's length is more than 4:04, it wont work properly with the mp3 player im making. so i need to store streampos in seconds but how do i tell the dmc2 object to get it in seconds as well??
oh, i tried to get stream pos by percentage but its such a piece of shite that mmf doesnt support floating point numbers. any help will be most appreciated as always.