Skip to content

Releases: plunkettscott/interact-sound

OneSync Infinity

15 Jul 14:52
3d4a629
Compare
Choose a tag to compare

This release adds support for OneSync Infinity as well as an anti-cheat feature to prevent sounds from playing over a maximum distance. Sounds will also not be triggered unless the Player has loaded.

Thanks to @Tinky124 for the fixes.

Fixes #20

Fixes InteractSound_SV:PlayWithinDistance event

24 Apr 17:14
ab9aadd
Compare
Choose a tag to compare

This releases fixes issues with the InteractSound_SV:PlayWithinDistance event.

No other fixes included.

Fixes #3

Release 0.4

24 Apr 17:09
2e15d2f
Compare
Choose a tag to compare

Bug Fixes

Resource manifest did not follow the proper Lua list syntax.

Resolves #2

Release 0.3.0

23 Apr 20:36
fb49e6a
Compare
Choose a tag to compare

BREAKING CHANGE!

This breaking change resolves issues with client events not working. Following the transition from the folder, the client event names were named improperly.

Thanks to @oaaron99 for the pull request.

Interact Sound with Howler.js

21 Mar 20:09
Compare
Choose a tag to compare

Changelog

Fixes

  1. Fixes bugs introduced by the HTML5 audio api. Replaces with Howler.js. Thanks @patriksletmo!