mirojr Posted February 11, 2010 Posted February 11, 2010 Hi, This is more a "Has anyone got...?" I am after an Audacity msi. Does anyone know where i can download one? Thank you.
ZeroHour Posted February 11, 2010 Posted February 11, 2010 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.
DrCheese Posted February 11, 2010 Posted February 11, 2010 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.
HarryMonkey Posted February 11, 2010 Posted February 11, 2010 The reg frag is .... Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Audacity\Audacity\MP3] "MP3LibPath"="C:\\Program Files\\Audacity\\Lame\\lame_enc.dll"
K.C.Leblanc Posted February 11, 2010 Posted February 11, 2010 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now