Jump to content

Recommended Posts

Posted

Hi

Just as a FYI you can run it from a share rather then having to deploy it. All the users need to do is point Audacity to the lame encoder manually if they have to save to mp3.

Posted
I can't remember the exact location of the regkey, but you can add the location of lame.dll to your default user hive to solve that issue.

 

It depends how you have profiles setup.

 

For teachers I've just added this to the logon script.

if exist "C:\Program Files\Audacity\audacity.exe" REG ADD HKCU\Software\Audacity\Audacity\Locale /v Language /d en /f

if exist "C:\Program Files\Audacity\lame_enc.dll" REG ADD HKCU\Software\Audacity\Audacity\MP3 /v MP3LibPath /d "C:\Program Files\Audacity\lame_enc.dll" /f

 

You will need to amend this is running from a share.

 

Students I've added the reg settings to their Mandatory profile.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...