Open Shiuan98 opened 2 years ago
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 })
May i know how to loop the audio using this use-sound?