Wizcorp / AudioManager

play sounds using Web Audio, fallback on HTML5 Audio
11 stars 5 forks source link

Rewinding #32

Open drewrg opened 7 years ago

drewrg commented 7 years ago

Hello, I have an issue with rewinding. While sound is playing, it seems there is no way to rewind it forward or backward. For example I cant skip 5 seconds of an audio file that is being played, or go 5 seconds back.

I would like to know, is it possible to do something like that, with current version.

Thank you in advance.

mrupley commented 6 years ago

The 'currentTime' value is read-only for audio. You can't rewind or fastforward a track in that manner. It is possible to rewind and fast forward manually with an audioelement, however.