Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactoring and Fixing 3 Issues #12

Merged
merged 2 commits into from
Apr 30, 2021
Merged

Refactoring and Fixing 3 Issues #12

merged 2 commits into from
Apr 30, 2021

Conversation

Vurv78
Copy link
Owner

@Vurv78 Vurv78 commented Apr 30, 2021

  • 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:

  • wa_radius_max

  • 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.

Fixes #3
Fixes #4
Fixes #6

Will bump us to v0.1.4

* 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.

Along side this comes the convar:
* wa_radius_max

* 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.
* 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.

Fixes #3 #4 #6
@Vurv78 Vurv78 merged commit ea6a12e into main Apr 30, 2021
@Vurv78 Vurv78 deleted the bunch-of-issues branch May 9, 2021 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add webaudio:setFadeDistance(nn) Port IsParented to E2 Add wa_purge
1 participant