Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Howler Instance #128

Open
phemartin opened this issue Mar 6, 2023 · 1 comment
Open

Howler Instance #128

phemartin opened this issue Mar 6, 2023 · 1 comment

Comments

@phemartin
Copy link

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).

@richardscull
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants