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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ See CONTRIBUTING.md
51
51
52
52
``webaudio webAudio(string url)``
53
53
Returns a **WebAudio** object of that URL as long as it is whitelisted by the server.
54
-
Has a 500 ms cooldown between calls. If you can't create a webAudio object, it will error, so check ``webAudioCanCreate`` before calling this!
54
+
Has a burst cooldown between calls. If you can't create a webAudio object, it'll error, so check ``webAudioCanCreate`` before calling this! You can create all of your streams in one tick but will have to wait 300ms for each slot to regenerate.
0 commit comments