Skip to content

Releases: fredemmott/StreamDeck-AudioMute

v3.0rc1: MacOS and multi-action support

12 Feb 17:22
7701b00
Compare
Choose a tag to compare
Pre-release

This release:

  • adds support for MacOS
  • adds 'mute' and 'unmute' actions; unlike 'toggle mute', these can be used in multi-actions.

Release v2.4

17 Jun 14:11
2509219
Compare
Choose a tag to compare

This release removes the need to install the latest VC runtime.

Release v2.3

15 Jun 02:32
2afaaeb
Compare
Choose a tag to compare

This release fixes a crash when the final audio device is unplugged or disabled.

Release v2.3alpha2

15 Jun 02:25
2afaaeb
Compare
Choose a tag to compare
Release v2.3alpha2 Pre-release
Pre-release

This release is just for testing release generation.

2.2: better support for temporarily unplugged devices

31 May 19:04
Compare
Choose a tag to compare

This release also fixes some issues with the plugin keeping the sound card active longer than necessary

Correct icon sizes, feedback sounds

27 May 22:20
Compare
Choose a tag to compare
  • icons are now the correct sizes
  • add 'feedback sounds', enabled by default. They can be disabled in property inspector

Device selection, performance improvements, support for animated icons

13 Mar 00:58
Compare
Choose a tag to compare

Device Selection

You can now select any audio device - input or output:

audio-mute

If you select 'default device' or 'communication device', the plugin will adapt to changes in your windows settings.

Performance Improvements, support for animated icons

Windows now notifies the plugin of mute changes, instead of the plugin periodically checking if the device is muted. This means:

  • if you toggle mute outside the plugin, the streamdeck will update slightly more quickly
  • reduced disk/SSD usage
  • if you choose an animated icon, it will no longer be reset several times a second

Use states, better cleanup, smaller

09 Jan 03:25
Compare
Choose a tag to compare

This release:

  • uses a two-state button instead of switching the button image. This allows custom button images
  • doesn't leak COM resources
  • no longer includes some files that are no longer used (e.g. audible feedback for when the mic is muted)

Initial Release

08 Jan 01:51
Compare
Choose a tag to compare
v1.0

initial commit