joshwcomeau / use-sound

A React Hook for playing sound effects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to loop

Shiuan98 opened this issue · comments

May i know how to loop the audio using this use-sound?

Hi @Shiuan98 ! You can loop the audio this way:
const [play] = useSound(url, { loop: true })