Skip to content

OBS Audio Pan Filter 0.2.0

Compare
Choose a tag to compare
@norihiro norihiro released this 13 Aug 08:08
· 12 commits to master since this release
0.2.0
11f9c82

This is an experimental release of Audio Pan Filter for OBS Studio.

Changes at 0.2.0

  • Support macOS on Apple Silicon.
  • Minimum required version is increased to OBS 27.
  • Build host is changed to Github Actions instead of Azure Pipeline.

Limitation

  • Only stereo is supported.
  • Not all binaries are tested.
    • Windows: never tested.
    • MacOS
      • Intel (x86_64) binary is tested at 0.2.0 (Thanks to @kilinbox).
      • Apple (arm64) binary is tested at 0.2.0 (Thanks to @kilinbox).
    • Ubuntu: never tested but the source code is tested on Fedora 34.

Install

Click your OS name to expand to show details.

Windows

OBS Studio 27 or later

Download obs-audio-pan-filter-0.2.0-obs27-Windows.zip and extract to your OBS Studio installed directory.
See install instruction for detailed steps.

Or, download obs-audio-pan-filter-0.2.0-obs27-Windows-Installer.exe and execute it.
The author does not recommend installer since the installer is not signed so that some anti-virus software might alarm.

macOS

OBS Studio 27 or later on Intel mac

Download installer obs-audio-pan-filter-0.2.0-obs27-macos-x86_64.pkg and run installer.
Or, download zip package obs-audio-pan-filter-0.2.0-obs27-macos-x86_64.zip and follow this guide to extract.

OBS Studio 28 or later on Apple Silicon

Download installer obs-audio-pan-filter-0.2.0-obs28-macos-arm64.pkg and run installer.
Or, download zip package obs-audio-pan-filter-0.2.0-obs28-macos-arm64.zip and follow this guide to extract.

Ubuntu

OBS Studio 27 or later on Ubuntu

Download package obs-audio-pan-filter-0.2.0-obs27-ubuntu-20.04-x86_64.deb and install with sudo apt install obs-audio-pan-filter-0.2.0-obs27-ubuntu-20.04-x86_64.deb.