alexbw / novocaine

Painless high-performance audio on iOS and Mac OS X

Home Page:http://alexbw.github.com/novocaine/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Constant time using fileReader.currentTime ?

fvisticot opened this issue · comments

It seems that the currentTime feature is not "constant".
It seems that it takes different time to seek to the end og the sound file compare to the beginning of the file. (I'm using fileReader.currentTime)
How to get contant time to seek different location in the audio file ?