Files
gstreamer-tests/record_audio.sh
T
2023-09-18 08:14:42 -07:00

8 lines
121 B
Bash
Executable File

#!/bin/bash
rm -rf dump.ogg
gst-launch-1.0 pulsesrc ! audioconvert ! vorbisenc ! oggmux ! filesink location=dump.ogg