Skip to content

WebAudio v0.5.0

Choose a tag to compare

@vurvdev vurvdev released this 27 Aug 04:34
· 65 commits to main since this release
  • 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

Fixed #40, #38