Last active
January 4, 2025 19:38
-
-
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)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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