LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Audacity is not reading my /usr/lib64/LADSPA folder (https://www.linuxquestions.org/questions/linux-software-2/audacity-is-not-reading-my-usr-lib64-ladspa-folder-4175648381/)

trryhend 02-15-2019 12:38 PM

Audacity is not reading my /usr/lib64/LADSPA folder
 
I am trying to install Autotalent and I first had alot of issues, I didn't even have LADSPA installed... so that's what I did. Now I have the autotalent.so file in the directory of /usr/lib64/ladspa and when I launch Audacity it does not even show up in the plug-ins section or the "New" plug-ins section.

Brains 02-16-2019 12:24 AM

Code:

    On Linux, plug-ins can be added to:

    ~/.audacity-files/plug-ins
    /usr/share/audacity/plug-ins
    /usr/lib/ladspa/plug-ins
    /usr/local/share/audacity/plug-ins or
    /usr/local/lib/ladspa/plug-ins

I don't see /usr/lib64 anywhere in here.
Perhaps linking /usr/lib64/ladspa to one of the recommended directories Audacity will look in. If perhaps, the /usr/lib/ladspa/plug-ins directory don't exist, link it with command: ln -s /usr/lib64/ladspa /usr/lib/ladspa/plug-ins. The /usr/lib/ladspa directory needs to exist, create it if not present.
If it's just the autotalent.so file that needs to be in a valid plugin directory, put a copy of it there.


All times are GMT -5. The time now is 06:25 PM.