Record conversations with skype into mp3’s on Linux(Ubuntu)!
sudo apt-get install vsound sox sox-dev lame build-essential
Ok. We now have installed lame for mp3 encoding, and vsound, sox, and sox-dev for the program’s dependancies. We have also installed build-essential, which will supply all the programs needed to compile programs. Cool, eh?
cd
wget http://www.twistedlittlegnome.com/skype-rec-kraken.tar
tar xvf skype-rec-kraken.tar
Now, we have “made” the program.
cd skype-rec-kraken
make
Now, we have “made” the program.
gedit skype-rec
Now we are editing the program. Scroll down until you see “my $SKYPEREC” edit the value to something like this: /home/yourusernamehere/skype-rec-kraken/libskype-rec.so
(you may have to change that, depending where you installed the program!)
If you run skype using a command other than “skype” edit my $SKYPE to the command you use to start up skype.
./skype-rec
That will run the program, and open up skype (make sure to close down skype before using this). You call your person, then you can hang up with them, and close skype. Then, the program will convert the file to mp3.
The .mp3 file will be in the folder you installed the program to. (In my case, it was “/home/majikstreet/skype-rec-kraken/xxxxx.mp3”.