You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A general solution is to very quickly fade out the audio when the note ends rather than calling the audioSource.stop() function right away and only stop the audio once the volume is set to 0.
I don't know enough Svelte to contribute but looking through the code, I believe the changes would have to be done in this function
The text was updated successfully, but these errors were encountered:
Description
Title is self descriptive
Solution
A general solution is to very quickly fade out the audio when the note ends rather than calling the audioSource.stop() function right away and only stop the audio once the volume is set to 0.
I don't know enough Svelte to contribute but looking through the code, I believe the changes would have to be done in this function
The text was updated successfully, but these errors were encountered: