Releases: fredemmott/StreamDeck-AudioMute
Releases · fredemmott/StreamDeck-AudioMute
v3.0rc1: MacOS and multi-action support
This release:
- adds support for MacOS
- adds 'mute' and 'unmute' actions; unlike 'toggle mute', these can be used in multi-actions.
Release v2.4
This release removes the need to install the latest VC runtime.
Release v2.3
This release fixes a crash when the final audio device is unplugged or disabled.
Release v2.3alpha2
This release is just for testing release generation.
2.2: better support for temporarily unplugged devices
This release also fixes some issues with the plugin keeping the sound card active longer than necessary
Correct icon sizes, feedback sounds
- 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
Device Selection
You can now select any audio device - input or output:
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
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
v1.0 initial commit