narenarya

Record audio in ubuntu

Jan 22nd, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. Recording audio in Linux
  2.  
  3. $ sudo apt-get install lame # One time
  4. $ arecord -v -f cd -t raw | lame -r -b 192 - output.mp3
  5.  
  6. # Click Ctrl+c to finish recording.
Add Comment
Please, Sign In to add comment