Skip to main content
Audacity

Last nite I recorded an audio stream which using my internal stereo mixer by using Audacity.
The learning curve is low, so basically I just have to get used with the simple GUI within minutes.

Recording is a thing, then I've to encode by using LAME. It was not embedded in the Audacity by default. Lame does provide options to convert into Mp3,Ogg or Flac format.


Comments

Cris said…
I found recently that, while the installation of Audacity and LAME is not difficult for me, it is difficult for some tech-challenged users I have been helping. I created a one-step installer that installs Audacity, copies the lame encoder and inserts the registry key so Audacity knows the location of the LAME codec. I thought others might be interested in this installer, so I wrote a step-by-step tutorial here:

http://www.thelifeledger.com/2007/04/18/installing-audacity-and-lame-in-one-step/

I suspect this installer app is not distributable due to patents protecting the mp3 format, but when you're installing on multiple computers or getting a tech-challenged person interested in Audacity, every confusing step eliminated makes it that much easier.
0xff said…
thanks cris.

how do you get to my blog,just want to know :)

Popular posts from this blog

Gue dengan S2 gue. Sronok banget!
Beijing and image manipulation addict Salam, Image manipulation with command line is fun and time consuming too. Given my Digikam plugins unable to work, I start to figure out many wonderful features of other tool which offer almost the same quality. However I was stucked with ImageMagick,with many tutorial on the net: Here and Here for i in *jpg ;do convert -font helvetica -fill white -pointsize 18 -draw 'text 10,50 "ACM-ICPC Beijing 2005"' $i $i;done The pix above shows a heater to heat up guest room during ACM-ICPC competition. (outside building's temperature is almost 4 celcious).