joshwcomeau / use-sound

A React Hook for playing sound effects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to play the sound on repeat?

kmiwa007 opened this issue · comments

Ooo nm, you pass in loop: true

ex.

const [play] = useSound(mySound, { loop: true });