Skip to content

v1.2.14 — Auto-mute speaker per mode + audio buffer default 16

Choose a tag to compare

@loteran loteran released this 18 Jun 10:08
· 35 commits to master since this release

What's new

Auto-mute speaker (Replace / Mix)

Two new independently configurable toggles in the Auto Haptics section of the config app:

  • Auto-mute speaker (Replace) — when Replace mode is active, speaker output is silenced automatically. No need to manually mute in system sound settings before playing; the dongle handles it. Also applies to Windows 2-channel mode (where Replace is always forced).
  • Auto-mute speaker (Mix) — same but for Mix mode.

Both default to off for backward compatibility.

Audio buffer default changed to 16

The default audio_buffer_length has been lowered from 64 → 16. This reduces haptic latency in auto-haptics mode. Existing users who have already saved a value will keep theirs; only fresh flashes are affected.


Thanks to @artzox for both suggestions (#7).