Hi,
This is more a "Has anyone got...?"
I am after an Audacity msi.
Does anyone know where i can download one?
Thank you.
Hi,
This is more a "Has anyone got...?"
I am after an Audacity msi.
Does anyone know where i can download one?
Thank you.

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.
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.

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"

It depends how you have profiles setup.
For teachers I've just added this to the logon script.
You will need to amend this is running from a share.Code: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
Students I've added the reg settings to their Mandatory profile.
There are currently 1 users browsing this thread. (0 members and 1 guests)