Garry's Mod

Garry's Mod

[E2] WebAudio
Showing 31-40 of 52 entries
< 1  2  3  4  5  6 >
Update: 13 Jul, 2021 @ 11:30am

Release v0.4.0

See the changes here: https://github.com/Vurv78/WebAudio/releases/tag/v0.4.0

Update: 2 Jul, 2021 @ 1:07pm

https://github.com/Vurv78/WebAudio/releases/tag/v0.3.3
Use IsValid instead of neq NULL checks, hopefully fixing errors when leaving the server (Couldn't really repro so)
v0.3.3

Update: 25 Jun, 2021 @ 10:39pm

https://github.com/Vurv78/WebAudio/releases/tag/v0.3.2

Fixed webAudioCanCreate not accounting for creation cooldown

Fixed volume not transmitting

Fixed immediately destroying a webaudio stream causing errors

Set the E2 webaudio creation cooldown to half a second (500ms)

Also fixed block streamed bass objects not destroying themselves.

Removed setFFTEnabled, getFFTEnabled..

v0.3.2

Update: 18 Jun, 2021 @ 3:02pm

Removed getFFTEnabled, setFFTEnabled, getFFT now requests it itself. The cooldown is now 80ms, so 20ms faster FFT response than before. Check _WA_FFT_SAMPLES and _WA_FFT_DELAY

Update: 17 Jun, 2021 @ 5:10pm

Added FFT
* GetFFTEnabled, GetFFT (SHARED)
* SetFFTEnabled (SERVER)
* Added getFFT, getFFTEnabled, setFFTEnabled to E2
* wa_fft_enabled, SHARED convar that is 1 by default.

v0.3.1

Update: 17 Jun, 2021 @ 12:17am

This was largely an internal update. Lots of stuff was moved and changed on the lua api. There's now only one autorun file and receiver/interface have been moved to lua/webaudio. It's now a lot more friendly with autorefresh and will kill any webaudio streams made when refreshing webaudio. Additionally moved a lot of stuff into autorun/webaudio.lua, with the struct creation and a lot of getters. No FFT this update. Sorry :(

Sum of what was added:
+ setLooping
+ getLooping

v0.3.0

Update: 13 May, 2021 @ 8:59am

Fix WebAudio:isValid() on E2 when the variable is nil https://github.com/Vurv78/WebAudio/commit/b3d3f5807f21ac6bd468596aa7b604e9a9f0d31f

Update: 12 May, 2021 @ 11:52am

https://github.com/Vurv78/WebAudio/commit/249f05019b53c58c11ca0dc108b7cc570a70aa9f

Update: 12 May, 2021 @ 11:46am

~ Fixed bug when reuploading any chip into an errored chip.
+ Added Github, Gitlab, Steam & Onedrive to default whitelist

Update: 9 May, 2021 @ 3:42pm

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