WebAudio v0.5.0
-
Added I/O for WebAudio streams
-
Replaced regular limits with burst limits (You can now create multiple streams in one tick, network multiple times in one tick, etc)
-
Added toString(wa) and wa:toString()
-
Added debugger format for webaudio streams that
-
Fix internal stopwatch errors in lua api if stream is invalid with GetTimeElapsed and GetState
-
Changed limit between webaudio creation and net sends to burst limits. You can now automatically create all of your streams at once
-
Fixed if(nowebaudio()) being true since we changed how null webaudios are represented