This is an experimental release of Asynchronous Audio Filter for OBS Studio.
Changes in 0.3.0
- Use a resampler library so that the output audio is smooth.
- Until the old version 0.2.1, the plugin uses a simple zero-order hold (ZOH) resampling algorithm.
- In this release, the plugin uses sinc interpolation algorithm.
For packagers
From the version 0.3.0, this plugin requires a library libsamplerate or optionally libswresample.
See README.md for details.
Limitation
- Not all binaries are tested.
- Windows: 0.3.0 was tested with OBS 30.0.
- macOS: Version 0.3.0 was tested with OBS 30.0 on Apple M2.
- Ubuntu: Version 0.2.1 was tested on Ubuntu 22.04.
Acknowledgement
- libsamplerate is the engine to resample in this plugin.
Install
Click your OS name to expand to show details.
Windows
OBS Studio 27 or later
Download obs-async-audio-filter-0.3.0-obs27-Windows.zip
and extract to your OBS Studio installed directory.
See install instruction for detailed steps.
macOS
OBS Studio 27 on Intel mac
Download installer obs-async-audio-filter-0.3.0-obs27-macos-x86_64.pkg
and run installer.
Or, download zip package obs-async-audio-filter-0.3.0-obs27-macos-x86_64.zip
and follow this guide to extract.
OBS Studio 28 or later
Download installer obs-async-audio-filter-0.3.0-obs28-macos-universal.pkg
and run installer.
Or, download zip package obs-async-audio-filter-0.3.0-obs28-macos-universal.zip
and follow this guide to extract.
Ubuntu
OBS Studio 27 on Ubuntu
Download package obs-async-audio-filter-0.3.0-obs27-ubuntu-20.04-x86_64.deb
and install with a command below.
sudo apt install ./obs-async-audio-filter-0.3.0-obs27-ubuntu-20.04-x86_64.deb
OBS Studio 28 or later on Ubuntu
Download package obs-async-audio-filter-0.3.0-obs28-ubuntu-20.04-x86_64.deb
and install with a command below.
sudo apt install ./obs-async-audio-filter-0.3.0-obs28-ubuntu-20.04-x86_64.deb