/obs-biquad-filter-plugin

This is an experimental plugin, which implements biquad filter shown in Audio EQ Cookbook.

Primary LanguageRust

OBS Biquad filter plugin

This is an experimental plugin, which implements biquad filter shown in Audio EQ Cookbook.

Requirements

This plugin is implemented in Rust. You need Rust to build the plugin.

Build & Install

% git clone https://github.com/yoshinorisano/obs-biquad-filter-plugin.git
% cd obs-biquad-filter-plugin
% cargo build

After build successfully, copy biquadfilter.dll to the OBS's plugin directory.