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

[Sound] Is there a better alternative to pause? #63

Open
beefchimi opened this issue Jan 15, 2024 · 0 comments
Open

[Sound] Is there a better alternative to pause? #63

beefchimi opened this issue Jan 15, 2024 · 0 comments
Labels
🧐 Question Further information is requested

Comments

@beefchimi
Copy link
Owner

At the moment, in order to pause a sound, we have to set its playbackRate to 0.0001. Since we offer the ability to directly change playbackRate (via speed) - as well as a "speed change event" - our code gets a little complicated accomodating this technique.

Is there a better way to "pause" a sound that leads to less complexity?

@beefchimi beefchimi added the 🧐 Question Further information is requested label Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧐 Question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant