I have a flac player working using: `AV.Player.fromURL` But, when I try to seek: `AV.Player.seek(0)` The console throws this error: `TypeError: Cannot read property 'offset' of undefined` Any ideas?
I have a flac player working using:
AV.Player.fromURLBut, when I try to seek:
AV.Player.seek(0)The console throws this error:
TypeError: Cannot read property 'offset' of undefinedAny ideas?