Linux - GeneralThis forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I use Skype to call people and sometimes i want to record the call. Is there any quick and dirty way to dump /dev/dsp/ to a mp3 or something? Using Ubuntu 6.06 LTS.
sox -w -s -r 44100 -c 2 /dev/dsp -t raw - | lame -x -m s - filename.mp3
You may need to change this a bit depending on your setup.
Though, pretty much any sound recorder should work fine. If you use KDE then krec will do the trick. You will need to convert to mp3 manually though, as I believe it will be in wav format.
You could also use audacity. Just make sure your input levels are up and press record (the red circle button )
I am fairly sure i use alsa, since you know i use alsamixer to change my volumes etc.
jim@jim-desktop:~$ /etc/init.d/alsa-utils restart
is how i restart my sound. For some reason. Do you know why this would happen? Could i like some how system link it then record the link (Woofcat fails at understanding syslinking and tons of other stuff)
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.