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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -371,6 +371,7 @@ if you are interested in helping out 😊 by working on one of the following TOD
371
371
* add a shuffle songs feature
372
372
* add a loop song (<https://webaudio.github.io/web-audio-api/#looping-AudioBufferSourceNode>) feature (actually maybe this already works today, need to verify)
373
373
* we have sound events, but would player event be useful, like onVolumeChange?
374
+
* allow to play starting at a certain position other then the beginning (or allow to set position while song is not playing? but probably not a good idea as sound is not loaded yet)
374
375
* add (stereo) panning
375
376
* allow to add an array of sounds to queue all at once
376
377
* allow to add sound to queue after a sound by id (not just at beginning or end, as it is as of now)
0 commit comments