Skip to content

Tags: Vurv78/WebAudio

Tags

v0.7.1

Toggle v0.7.1's commit message
Fix #67

* Just abort creating WebAudio receiver if owner isn't valid
* Disabled discord because they blocked steam's http headers :\ (If you want discord, get `gmod-chttp` or `gmsv_reqwest`, replace the `HTTP()` and have the server whitelist it.

v0.7.0

Toggle v0.7.0's commit message
Archive instead of replicated

v0.6.3

Toggle v0.6.3's commit message
Add liveatc and fix webaudio counter not decreasing w/ client errors

Fixes #52

Resolved an error where a client having an error sending the error to the server would not decrease the webaudio counter, leaving players without any slots left to use webaudio without rejoining.

v0.6.2

Toggle v0.6.2's commit message
0.6.2

* Remove e2 preprocessor usage for e2 core, allowing for linting and a simpler ci.

* Add runtime ``@strict`` only errors if you try and use xwa method functions on an invalid object

* Fix issue where WebAudio messages wouldn't go through in the same tick for a client. This would sometimes leave webaudios alive on your client while they were purged on the server.

v0.6.1

Toggle v0.6.1's commit message
Update STEAM_README.txt

v0.6.0

Toggle v0.6.0's commit message
Docs & Getter

Add getters for 3denabled

v0.5.2

Toggle v0.5.2's commit message
Fix stopwatch not being properly started when the stream is started &…

… setTime not working for certain streams

* Fix webaudio not properly calling into the stopwatch when started / stopped: Have no idea what I was thinking when I didn't do this, maybe just forgot or something. Was half a year ago so..

* Fixed setTime not working for some streams: Turns out dont_decode actually breaks a lot of stuff :l, either way there's a networking cooldown so it shouldn't be an issue.

There also seems to be problems with SetTime, but chances are it's a garrysmod issue. Hate how horrible bass streams are in gmod..

v0.5.1

Toggle v0.5.1's commit message
Use exceptions for try/catch compatibility, fixes #39

Wire workshop was updated so here this is.

v0.5.0

Toggle v0.5.0's commit message
Add Input/Output for webaudio streams

Fixes #40
* Also added toString(wa) and wa:toString()
* Added debugger format for webaudio streams that
* Fix internal errors in GetTimeElapsed and GetState if the stream is invalid

v0.4.4

Toggle v0.4.4's commit message
Add wa_list and wa_help

Fixes #37