commit f3491e803e5d0adcdf87539a68aac8f43aa742a8 Author: Dan Frumin Date: Fri Jul 26 15:03:46 2019 +0200 record sound script diff --git a/record_sound.sh b/record_sound.sh new file mode 100755 index 0000000..8af418c --- /dev/null +++ b/record_sound.sh @@ -0,0 +1,4 @@ +#!/bin/sh +# record microphone output with gstreamer +echo Recording to: ~/tmp/rec.ogg +gst-launch-1.0 alsasrc ! queue ! audioconvert ! vorbisenc ! oggmux ! filesink location=~/tmp/rec.ogg