linux-traipu team mailing list archive
-
linux-traipu team
-
Mailing list archive
-
Message #11087
[Bug 1261654] Re: missing LADSPA support
I don't think Audacity's ffmpeg support has anything to do with this
bug, because it shows up with a version that I custom-compiled with
ffmpeg support as well. A workaround is to symbolically link the
/usr/lib/ladspa folder into /usr/share/audacity:
sudo ln -s /usr/lib/ladspa /usr/share/audacity/ladspa
...or if you compiled your own version and installed it with the
/usr/local prefix:
sudo ln -s /usr/lib/ladspa /usr/local/share/audacity/ladspa
--
You received this bug notification because you are a member of Ubuntu
Studio, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1261654
Title:
missing LADSPA support
Status in “audacity” package in Ubuntu:
Confirmed
Bug description:
The version of audacity in trusty seems to be missing LADSPA support:
under Effects, I see only 29 plugins listed. Downgrading to version
2.0.3-1 (from raring/saucy), I see the expected list of 277 plugins.
Comparing the configure for raring/saucy and trusty the only
difference I can see is the following, but
raring/saucy: --with-ffmpeg=system
trusty: --without-ffmpeg
I'd be surprised if that is relevant and added to which, the build log
shows that ladspa is enabled (?!?)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/audacity/+bug/1261654/+subscriptions