Skip to content

WebAudio v0.5.1

Choose a tag to compare

@vurvdev vurvdev released this 04 Dec 19:53
· 60 commits to main since this release
  • Functions that previously returned null values now work with @strict and throw exceptions if enabled.
  • Additionally the functions that previously hard-errored e.g. webAudio() if whitelist was disabled now throw a soft exception that you can catch with try.
  • Added undocumented webAudioCanTransmit to make sure you won't error with play, pause, update etc functions. (Although you should just handle the exception instead)

Fixed #39