Friday, March 12, 2010

openshot, simple scan and audio caputre

#openshot
sudo add-apt-repository ppa:openshot.developers
sudo apt-get update
sudo apt-get install openshot

# simple-scan
sudo add-apt-repository ppa:robert-ancell/simple-scan
sudo apt-get update
sudo apt-get install simple-scan




to capture audio direct from soundcard playback

arecord -f cd -t wav out.wav

could get this to work
arecord -f cd -t raw | lame -x - out.mp3

No comments: