joshwcomeau / use-sound

A React Hook for playing sound effects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Howler Instance

phemartin opened this issue · comments

Is there a way to access the Howler Instance?

There are a few methods I want to use that are not available in the library yet (namely seek).

Sorry to answer so late, but if someone is still interested -> use sound

So, with seek as an example:

const [play, { sound }] = useSound(...)

sound?.seek(5) // Sets playback on 5 seconds