Skip to content

Commit d79686b

Browse files
authored
Update webAudio(S) cooldown doc
1 parent 2c5713d commit d79686b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ See CONTRIBUTING.md
5151

5252
``webaudio webAudio(string url)``
5353
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.
5555

5656
``number webAudiosLeft()``
5757
Returns how many WebAudios you can create.

0 commit comments

Comments
 (0)