Skip to content

v1.3.0

Choose a tag to compare

@SineVector241 SineVector241 released this 02 Jan 11:03
· 101 commits to master since this release
17eba87

Notes

  • Added kicking, server muting and server deafening.
  • Locales other than English aren't fully updated.
  • Added CaveFactor and MuffleFactor updating from the addon to the VoiceCraft server.
  • Fixed some packets using incorrect parsing type values.
  • Added Version field when pinging a server.
  • Added smoothing of volume control for directional and proximity effects, reducing artifacts with a smoother, lerped volume between ticks on a per-sample basis.
  • SIMD processing of audio mixing has been implemented to leverage use of SIMD enabled CPU's, will use more SIMD implementations in the future.
  • Added global output volume (there may be distortion with the sine wave when setting above 100%).
  • Added binding event handling for the API.
  • Added a BindingSystem.ts and AudioEffectSystem.ts class to the API.
  • Added the ability to set AudioEffects in the ServerProperties.json file, check the docs on how to add/modify effects.
  • Imposed limits on parsed audio effect values to protect the client.
  • Install Dotnet 9.0 to use v1.3.0 for both the server and client software.
  • You may still need to run the VoiceCraft.Server.Windows... version in administrator or add a netsh http add urlacl url=http://... rule.
  • Any bugs you encounter, please open an issue.
  • Wiki has been updated.
  • MC Education edition is currently being investigated.
  • A known bug for android devices may crash the app when connecting, this is currently out of my control as it is an avalonia specific bug.

What's Changed

Full Changelog: v1.2.0...v1.3.0