Garry's Mod

Garry's Mod

[E2] WebAudio
Showing 41-50 of 52 entries
< 1  2  3  4  5  6 >
Update: 9 May, 2021 @ 3:42pm

https://github.com/Vurv78/WebAudio/commit/d0dc801e41a58341c7dedce9c1b06442d0bedd08, Fixed an issue with bots spawning

Update: 9 May, 2021 @ 1:07pm

Sum of what was changed:

+ getTime (Current playback time)
+ getLength (Duration of the stream)
+ getFileName (Name of the Stream / URL)
+ getState (0, 1, 2, for STOPPED, PLAYING and PAUSED respectively)
+ getPos
+ getVolume
+ getRadius

~ Fixed ``simple`` whitelist admissions

Update: 1 May, 2021 @ 3:34pm

https://github.com/Vurv78/WebAudio/pull/14

Volume is now scaled manually using setVolume rather than set3DFadeDistance. wa_radius_max convar default is 10,000 units, wa_volume_max is now 300% rather than 200%. If you think that may get too loud, change the convar on your client or on the server.

Still on v0.1.4 since this is more of a fix.

Update: 29 Apr, 2021 @ 8:33pm

* Added wa_purge. Instantly kills and stops receiving data from every currently running stream on your client.
* Added setRadius, allows you to set the radius in which the stream can be heard from.

wa_enable now has the same functionality as doing wa_purge if you set it to 0, no longer receiving any net messages from currently running streams and any future streams until you reenable it.
Along side this comes the convar:

* Added the wa_radius_max convar, for both the server and client

On the lua (api) side, added static methods to streamline the stuff going on in the code. You should check out all of the new methods.

Update: 26 Apr, 2021 @ 4:41pm

v0.1.3 - Fixed custom whitelists incorrectly matching URLs because of windows carriage returns & Changed file structure. Removed isDestroyed from E2 in favor of isValid (Which returns the opposite)

Update: 26 Apr, 2021 @ 11:19am

Replace Icon & Steam Description Thanks to @RanchTheDeer on github/steam

Update: 25 Apr, 2021 @ 4:09pm

Change Icon, still weird so I want a different icon but no more awful white bg

Update: 25 Apr, 2021 @ 12:41pm

Added prop parenting. Release 0.1.2

Update: 25 Apr, 2021 @ 10:36am

Made all of the lua c api functions silently fail (and return boolean if they succeeded) if they were destroyed and added the nowebaudio() and webaudio:isDestroyed() functions

See the full change list in this commit: https://github.com/Vurv78/WebAudio/commit/daedbd36389d84075d772e2d6ecddda6baf36bf6

Update: 24 Apr, 2021 @ 12:05pm

Fix README