Loading Lame

This section is now closed.
Forum rules
Audacity 1.3.x is now obsolete. Please use the current Audacity 2.1.x version.

Mac 0S X 10.3 and earlier are no longer supported but you can download legacy versions of Audacity for those systems HERE.
Locked
lacart
Posts: 5
Joined: Sat Jul 16, 2011 2:59 pm
Operating System: Please select

Loading Lame

Post by lacart » Sat Jul 16, 2011 3:05 pm

I downloaded Lame, I installed it, but I am unable to find the installed file that Audacity keeps asking me to locate. What is it called and where is it?

steve
Site Admin
Posts: 81653
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Loading Lame

Post by steve » Sun Jul 17, 2011 12:26 pm

Have you seen the instructions on this page: http://audacityteam.org/help/faq?s=install&i=lame-mp3
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

lacart
Posts: 5
Joined: Sat Jul 16, 2011 2:59 pm
Operating System: Please select

Re: Loading Lame

Post by lacart » Sun Jul 17, 2011 7:57 pm

I don't get what it means by "install "libmp3lame.dylib" in /usr/local/lib/audacity". Where do I find these? The installation never gave me an opportunity to choose where to save such a file, and I can't find it anywhere.

Gale Andrews
Quality Assurance
Posts: 41761
Joined: Fri Jul 27, 2007 12:02 am
Operating System: Windows 10

Re: Loading Lame

Post by Gale Andrews » Sun Jul 17, 2011 10:03 pm

There are possibly easier instructions here.
lacart wrote:I don't get what it means by "install "libmp3lame.dylib" in /usr/local/lib/audacity".
The LAME installer installs "libmp3lame.dylib" in the "audacity" folder in /usr/local/lib/ for you if you don't change the defaults. If you are using the current Audacity 1.3.13 Beta you should not need to do more than that, because Audacity will automatically look for LAME in "/usr/local/lib/audacity".

What version of OS X are you using? If there are permissions problems on OS X 10.6, Audacity may not be able to find the dylib file if you installed it to /usr/local/lib. In that case the easiest fix is to run the installer again and change the options so that the dylib file is installed to your Desktop or somewhere else in your own user space. Then click Audacity > Preferences: Libraries and use the "Locate..." button opposite "MP3 library" to navigate to the dylib file and open it.



Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual

lacart
Posts: 5
Joined: Sat Jul 16, 2011 2:59 pm
Operating System: Please select

Re: Loading Lame

Post by lacart » Sun Jul 17, 2011 11:44 pm

When I run the LAME installer, there are some bullet points on the side, one of which is Destination Select. The program always skips this step. Why? How do I change the destination? I have no idea where /usr/local/lib/ is.

kozikowski
Forum Staff
Posts: 69384
Joined: Thu Aug 02, 2007 5:57 pm
Operating System: macOS 10.13 High Sierra

Re: Loading Lame

Post by kozikowski » Mon Jul 18, 2011 5:20 am

It's further up the computer structure than most applications and tools. You can force the Mac to go there from the desktop.

Go > Go To Folder > type in the address. Don't forget the leading slash.
Screen shot 2011-07-17 at 10.01.21 PM.png
Screen shot 2011-07-17 at 10.01.21 PM.png (13.49 KiB) Viewed 5973 times
Koz

lacart
Posts: 5
Joined: Sat Jul 16, 2011 2:59 pm
Operating System: Please select

Re: Loading Lame

Post by lacart » Mon Jul 18, 2011 2:18 pm

When I did that it said I didn't have permission to see it's contents.

Gale Andrews
Quality Assurance
Posts: 41761
Joined: Fri Jul 27, 2007 12:02 am
Operating System: Windows 10

Re: Loading Lame

Post by Gale Andrews » Mon Jul 18, 2011 6:49 pm

I am not on a Mac, but you may need to log in as root before you can access /usr like that. You can try entering this command in a terminal:

sudo chmod -R 755 /usr/local/lib/audacity

That will give you permissions to read and execute on the directory usr/local/lib/audacity. It may help Audacity recognise the dylib file assuming you have already installed it. If that doesn't help, then you will need to go through extra hoops, one of which is to try Go > Utilities > Disk Utilities > Verify Disk and Repair Permissions.

Rather than that, I made a zip of the download file. If you want the easy solution, download this:
http://www.gaclrecords.org.uk/Lame_Libr ... on_OSX.zip

Extract libmp3lame.dylib to your Desktop or somewhere else in your own user space (a modern Mac should be able to extract from a zip with its built-in utility). Then click Audacity > Preferences: Libraries and use the "Locate..." button opposite "MP3 library" to navigate to the dylib file you extracted and open it.

When we rebuild installers next time we will have the Lame and FFmpeg installers install to /Library/Application Support/audacity/libs which will not be a restricted location.



Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual

Locked