Resource icon

Mute Filter 0.2.2

Supported Bit Versions
  1. 64-bit
Source Code URL
https://github.com/norihiro/obs-mute-filter
Minimum OBS Studio Version
27.0.0
Supported Platforms
  1. Windows
  2. Mac OS X
  3. Linux
Introduction
This is a simple plugin to mute audio of a source.

Even though a user muted a source in the mixer of OBS Studio, the source sometimes triggers OBS Studio to add more audio buffers.
adding 21 milliseconds of audio buffering, total audio buffering is now 85 milliseconds (source: cam3)

When you mute audio by OBS's mixer, the audio data still goes to the internal audio buffer so that the audio appears as soon as the user unmuted the source. Unlike the OBS's mute, this filter completely discard the audio data at earlier stage than filling the audio buffer.

Possible use cases are
  • Having multiple cameras with embedded audio but don't want to mix together.
  • An unnecessary video source causes audio buffering.

How to Add This Filter
1. Right click your audio source on "Audio Mixer" and click "Filters".
2. Click "+" button on the list of "Audio Filters".
3. Click "Mute Audio".
dialog.png


Properties
No property is provided.

See Also
  • Asynchronous Audio Filter - This plugin could be another solution for the audio buffering if you don't want to mute the audio.
Author
norihiro
Downloads
3,542
Views
11,982
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from norihiro

Latest updates

  1. Mute Filter 0.2.2

    This is a hotfix release of a mute filter. Changes in 0.2.2 Fixed the plugin was not...
  2. OBS Mute Filter 0.2.1

    This is an experimental release of a mute filter. Changes at 0.2.1 Revised packages for OBS...
  3. OBS Mute Filter 0.2.0

    This is an experimental release of a mute filter. Changes in this release. Rewrite build...
Top