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 ma currently streaming flac file from a server. playing works fine but I don't know how to implement the seek method.
I load my flac file via AV.Player.fromURL() method
then I just use the play() method.
Can I use something like :
myPlayr.seek(mydesiredTime)
?
Which object should I use?
Can anyone give me some clues ? ;)
The text was updated successfully, but these errors were encountered:
Thanks for your answer.
In fact, I was already calling seek method the rihgt way.
I found that the seek method has not been implemented in flac.js. This is what causes my error :
See audiocogs/flac.js#8
hi,
I feel a bit confused by the seek method.
I ma currently streaming flac file from a server. playing works fine but I don't know how to implement the seek method.
I load my flac file via AV.Player.fromURL() method
then I just use the play() method.
Can I use something like :
myPlayr.seek(mydesiredTime)
?
Which object should I use?
Can anyone give me some clues ? ;)
The text was updated successfully, but these errors were encountered: