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

AudioFileReader line 167 and 174

bogardon opened this issue · comments

It seems that if we enter the If block on line 167, we will also enter the if block on line 174. Is this what was intended?

Also, (self.currentFileTime - self.duration) < 0.01 is true pretty much all the time?