Skip to content

v2.1.2

Choose a tag to compare

@github-actions github-actions released this 24 Jun 05:42

A small reliability release on top of 2.1.1. It fixes a rare but jarring "gunshot" pop that some user sound files could produce when a length-extending effect was applied. No breaking changes; just replace the plugin folder.

✨ What's new

  • πŸ›‘οΈ Sound files are cleaned up before playback. Trigger audio you supply is now conditioned on ingest β€” DC offset and subsonic rumble are filtered out, leading/trailing silence is trimmed, and both edges are faded to zero. This runs once per file (cached), so there's no per-playback cost.

πŸ› Fixes

  • No more random "gunshot" pop. A source file with a hot or corrupt edge (e.g. a full-scale junk burst in its final samples) could, when paired with a length-extending random effect like echo, reverb, or down-pitch, have that hot edge relocated into the middle of the buffer β€” past where the output declick reaches β€” and play back as an isolated loud pop. Conditioning the source up front, before any effect, guarantees its edges are already silent whatever the effect does to the length.

πŸ› οΈ Under the hood

  • New source-conditioning stage (sanitize β†’ DC-block β†’ trim silence β†’ edge-fade) in the bridge, applied only on the file path; the controlled TTS / SpeakPcm path is untouched. Includes unit tests and a render-samples tool for manual listening.

The audio engine, neural voices, auto-leveling, and master limiter are unchanged from 2.1.1.


Installation

  1. Download ACT_DiscordTriggers-v2.1.2.zip from the Assets below.
  2. Right-click the downloaded zip β†’ Properties β†’ tick Unblock β†’ OK.
    (Windows flags node.exe/DLLs from the internet; skipping this can trip SmartScreen/antivirus.)
  3. Extract it into your ACT plugins folder:
    %AppData%\Advanced Combat Tracker\Plugins
    You should end up with a Plugins\ACT_DiscordTriggers\ folder containing
    ACT_DiscordTriggers.dll, node.exe, bundle.js, and node_modules\.
    Keep all of these files together in that folder.
  4. In ACT: Plugins tab β†’ Browse… β†’ select
    ACT_DiscordTriggers.dll inside that folder β†’ Add/Enable Plugin.

Then follow the
First-Time Setup Guide
to connect your Discord bot.

Updating: replace the whole ACT_DiscordTriggers folder, not just the .dll.


Full Changelog: v2.1.1...v2.1.2