E-Kuerschner / useAudioPlayer

React hooks for controlling audio on the web
MIT License
332 stars 37 forks source link

How to adjust the audio playback progress ? #132

Closed hqw567 closed 1 year ago

hqw567 commented 1 year ago

On the Web Audio API , How to adjust the audio playback progress ?

hqw567 commented 1 year ago

Sorry, after carefully reviewing the document, I found a way to adjust it

seek (position: number) => void