Resource icon

Asynchronous Audio Filter 0.3.0

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
This is a hotfix release of Asynchronous Audio Filter for OBS Studio.

Changes in 0.2.1
  • Fixed the plugin was not correctly loaded on OBS 27 on Windows.
  • Fixed the plugin was not correctly loaded on OBS 28 on Ubuntu.
If you are using the previous version 0.2.0 without any problem, you don't need to update to this version.

Limitation
  • Not all binaries are tested.
    • Windows: 0.2.1 was tested with OBS 27.2.4 and 28.1.1.
    • macOS: Version 0.2.0 was tested on Intel mac.
    • Ubuntu: Version 0.2.1 was tested on Ubuntu 22.04.
This is an experimental release of Asynchronous Audio Filter for OBS Studio.
Changes in 0.2.0.
  • Revise loop filter parameters
  • Rewrite build script to support macOS on Apple Silicon. Also use Github Actions instead of Microsoft Azure Pipeline.
If there is a problem, please consider using the previous version 0.1.0.

Limitation
  • Not all binaries are tested.
    • Windows: never tested.
    • macOS: Version 0.2.0 was tested on Intel mac.
    • Ubuntu: Version 0.2.0 was tested on Ubuntu 22.04.
Top