Skip to content

Instantly share code, notes, and snippets.

@Kaylebor
Last active January 4, 2025 19:38
Show Gist options
  • Save Kaylebor/58dc3e1bbcf7b1d9c0ec2f10b805aa5d to your computer and use it in GitHub Desktop.
Save Kaylebor/58dc3e1bbcf7b1d9c0ec2f10b805aa5d to your computer and use it in GitHub Desktop.
Manually build and install DeepFilterNet ladspa for EasyEffects (non-Flatpak, may work with Flatpak with the right permissions)
git clone [email protected]:Rikorose/DeepFilterNet.git
cd DeepFilterNet
cargo build --release -p deep-filter-ladspa
sudo cp target/release/libdeep_filter_ladspa.so /usr/lib64/ladspa/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment