====== Ubuntu Desktop - Record Streaming Audio ====== Install **Audio Recorder** sudo add-apt-repository ppa:audio-recorder/ppa sudo apt-get update sudo apt-get install audio-recorder ===== Another Approach ===== arecord -f cd output.raw aplay output.raw ===== References ===== https://launchpad.net/~audio-recorder/+archive/ubuntu/ppa