This is an experimental release of a mute filter.
Changes in 0.4.0
- Discard Audio by UI: Revised code when unmuted after muted within 70 ms.
- Discard Audio by UI: Added atomic-bool methods to send the mute state of the source.
- Renamed plugin binary name from
obs-mute-filtertomute-filter. - Windows and macOS: Dropped supporting OBS 27.
- Revised build flow based on my tempalte.
- Windows installer: Changed the AppId comming from obs-plugintemplate.
(If you can use the older version without any problem, you don't need to download this version.)
Install
Click your OS name to expand to show details.
Windows
OBS Studio 28 or later
Download mute-filter-0.4.0-obs28-Windows-Installer.exe and execute it.
Download mute-filter-0.4.0-obs28-Windows.zip and extract to your OBS Studio installed directory.
See install instruction for details.
macOS
OBS Studio 28 or later
Download installer mute-filter-0.4.0-obs28-macos-universal.pkg and run the installer.
Or, download zip package mute-filter-0.4.0-obs28-macos-universal.zip and follow instruction.
Ubuntu
The plugin is available on PPA.sudo add-apt-repository ppa:norihiro/plugins-for-obs-studio
sudo apt update
sudo apt install mute-filter-for-obs
OBS Studio 28 or later on Ubuntu 22.04
Download mute-filter-0.4.0-obs28-ubuntu-22.04-x86_64.deb and install with a command below.
sudo apt install ./mute-filter-0.4.0-obs28-ubuntu-22.04-x86_64.deb
OBS Studio 27 on Ubuntu 22.04
Download mute-filter-0.4.0-obs27-ubuntu-22.04-x86_64.deb and install with a command below.
sudo apt install ./mute-filter-0.4.0-obs27-ubuntu-22.04-x86_64.deb
Fedora
RPM repository is available on Fedora Copr.sudo dnf copr enable kamae/obs-studio-plugins
sudo dnf install obs-studio-plugin-mute-filterThese releases assume obs-studio comes from Fedora Project.
Fedora 43
obs-studio-plugin-mute-filter-0.4.0-1.fc43.x86_64.rpm
obs-studio-plugin-mute-filter-0.4.0-1.fc43.src.rpm
obs-studio-plugin-mute-filter-debuginfo-0.4.0-1.fc43.x86_64.rpm
obs-studio-plugin-mute-filter-debugsource-0.4.0-1.fc43.x86_64.rpm
Fedora 42
obs-studio-plugin-mute-filter-0.4.0-1.fc42.x86_64.rpm
obs-studio-plugin-mute-filter-0.4.0-1.fc42.src.rpm
obs-studio-plugin-mute-filter-debuginfo-0.4.0-1.fc42.x86_64.rpm
obs-studio-plugin-mute-filter-debugsource-0.4.0-1.fc42.x86_64.rpm