Author Topic: Audacity  (Read 8747 times)

0 Members and 1 Guest are viewing this topic.

Offline Kev

  • Valued Contributor
  • ****
  • Posts: 550
  • Gender: Male
Audacity
« on: February 06, 2008, 03:10:44 PM »
Have any of you guys installed Audacity on your legacy networks?
When you first install it and try to create an MP3 from a recording, it asks you
to download the lame.dll file and copy it to the windows/system directory.
once this is done once all works perfectly.
However, if i log on as anyone other than me (admin) it asks for the dll
every time and wont allow u to browse to the windows/system folder to
find it.
I know this is an access issue, and I have blocked most users from seeing
(as opposed to accessing) the HDUs, but I cant see why the software wont work
if i have already  gone through the proceedure of telling it (and thus the "all users"
part of the registry) where the dll file is.

any ideas?
Time flies like an arrow. Fruit flies like a banana.

Offline Si

  • C2k Gimp
  • Moderator
  • Board Veteran
  • *****
  • Posts: 4347
  • Gender: Male
  • Speciality: thinking about working
Re: Audacity
« Reply #1 on: February 06, 2008, 03:28:36 PM »
I have Audacity installed on the c2k machines here.  I found that some machines worked ok for people and some required the lame.dll

I know you can put the lame.dll anywhere so if you could put it in learning resources or your intranet, you could get everyone to download it and point audacity to it afterwards.  Maybe :)

Offline Bill Bixby

  • Board Veteran
  • *****
  • Posts: 3246
  • Gender: Male
Re: Audacity
« Reply #2 on: January 27, 2009, 05:03:41 PM »
Ever find a way round this?  I've come up against the same proble, tried putting it in the W: shared documents drive (the only other the kids can see) but no joy.

Offline Si

  • C2k Gimp
  • Moderator
  • Board Veteran
  • *****
  • Posts: 4347
  • Gender: Male
  • Speciality: thinking about working
Re: Audacity
« Reply #3 on: January 28, 2009, 09:27:42 AM »
Bill, the learning resources way does work!
 
Get the users to path to the lame.dll file and copy it into their my documents. Then start Audacity and export your project as a mp3. That way is probably the handiest of all. 

Offline Stephen

  • Board Veteran
  • *****
  • Posts: 5996
  • Gender: Male
    • Banbridge Academy Online
  • Speciality: Black Neck sixth Dan - No Kan Do
Re: Audacity
« Reply #4 on: January 28, 2009, 09:32:58 AM »
Go to a command window (run cmd) and type path to see what the path declaration is. Any of those areas should do as long as students are assigned the same path.

I see c:\windows and c:\windows\system32 are listed so you could try copying it into any of these 2 areas.

I think!
One looks back with appreciation to the brilliant teachers, but with gratitude to those who touched our human feelings. The curriculum is so much necessary raw material, but warmth is the vital element for the growing plant and for the soul of the child.
Carl Jung

Offline Ray

  • Board Veteran
  • *****
  • Posts: 1019
Re: Audacity
« Reply #5 on: May 15, 2009, 09:23:23 AM »
Hi, I see Audacity is now available as a package for allocation, dont know if the MP3 thing works on it yet, havent had time to test it, will let you know.
While there is still a need for teachers, there will still be a need for us!

9 out of 10 voices in my head say "DONT SHOOT !!!!!"

Offline Ray

  • Board Veteran
  • *****
  • Posts: 1019
Re: Audacity
« Reply #6 on: May 15, 2009, 12:46:57 PM »
Tested it out on one machine and the MP3 thing seems to work, the funny thing is though in management console there is no program set for audacity, I had to create one, except for that all seems to be working OK.
If you have to create a program set aswell, the program installs to :
 
C:\Program Files\Sourceforge\Audacity\
While there is still a need for teachers, there will still be a need for us!

9 out of 10 voices in my head say "DONT SHOOT !!!!!"

Offline dfinney

  • Technicians
  • Board Veteran
  • *****
  • Posts: 1906
  • Gender: Male
    • Wallace high school
Re: Audacity
« Reply #7 on: May 15, 2009, 01:30:49 PM »
for legacy you have to use a login script (VB) to tell it were to put the lame.dll in the reg for the current user.
"Education is a progressive discovery of our own ignorance."

Offline saywhat

  • Technicians
  • Newbie
  • *
  • Posts: 1
  • Gender: Male
Re: Audacity
« Reply #8 on: June 17, 2009, 01:11:16 PM »
Code: [Select]
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.RegWrite "HKCU\Software\Audacity\Audacity\MP3\MP3LibPath", "c:\lame_enc.dll", "REG_EXPAND_SZ"

Try popping that in your users login script. Its VBS to add the path to the lame_enc.dll to each users registry at login.