4
1
I’d like to capture only the output of a machine using GStreamer.
Using the following command:
gst-launch-1.0 -v alsasrc ! wavenc ! filesink location="output.wav"
I can record the microphone, but how can I record/capture just the audio output?