joshwcomeau / use-sound

A React Hook for playing sound effects
MIT License
2.75k stars 98 forks source link

Unable to loop #114

Open Shiuan98 opened 2 years ago

Shiuan98 commented 2 years ago

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

0xNike commented 2 years ago

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