]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
[mod_ladspa] Add activate/deactivate support. 1900/head
authorJordan Yelloz <jordan.yelloz@collabora.com>
Fri, 16 Dec 2022 19:35:27 +0000 (12:35 -0700)
committerJordan Yelloz <jordan.yelloz@collabora.com>
Wed, 18 Jan 2023 19:02:16 +0000 (12:02 -0700)
commit9fd214fcbb1a21325570f394153742bd556a76ce
treeb0db59ded86b568f9df9ada429196adbd4c1bb1d
parent27c0287bd6175770307fc373c5338fd9e6ed0b0f
[mod_ladspa] Add activate/deactivate support.

Without these -- especially activate() -- stateful plugins will not be
set up correctly.

For example, the low-pass filter "lpf" in the CMT library may produce
a pop when starting since its state is not zeroed out.
src/mod/applications/mod_ladspa/mod_ladspa.c