v1.3.0
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.tsandAudioEffectSystem.tsclass to the API. - Added the ability to set
AudioEffectsin theServerProperties.jsonfile, 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 anetsh 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
- Update From Master. by @SineVector241 in #190
- v1.3.0 Release. by @SineVector241 in #191
Full Changelog: v1.2.0...v1.3.0