-
Notifications
You must be signed in to change notification settings - Fork 38
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
Play/Pause fade #249
Labels
feat
New feature or request
Comments
Merged
mateusfg7
added a commit
that referenced
this issue
Aug 9, 2023
This is implementation is heavy inspired by Howler.js fade implementation: * https://github.com/goldfire/howler.js/blob/9610df82fb93467d62f25a7b1682d534923dc963/src/howler.core.js\#L1295 * https://github.com/goldfire/howler.js/blob/9610df82fb93467d62f25a7b1682d534923dc963/src/howler.core.js\#L1356C13-L1356C13 ref #249
mateusfg7
added a commit
that referenced
this issue
Sep 30, 2023
The fade in/or volume functionality when the sound is paused/started was removed due to many inconsistencies, such as not pausing the sound after being clicked. I believe these inconsistencies are due to the asynchronous nature of my implementation. Ref: #249 BREAKING CHANGE: Fade In/Out volume
Reopening the issue since I had to remove the already implemented functionality due to inconsistencies and bugs. I create a GIST with the previous implementation. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe new feat
Add a fade when play or pause the sound
Referencies
No response
The text was updated successfully, but these errors were encountered: