From 3f5ad93c2267aec13f5b45bdad7e1a2e2a133101 Mon Sep 17 00:00:00 2001 From: "Paul W. Frields" Date: Sun, 24 May 2009 19:52:03 -0400 Subject: Add reference info about gstreamer pipeline --- README | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'README') diff --git a/README b/README index 811c296..7a0af9c 100644 --- a/README +++ b/README @@ -12,3 +12,12 @@ run the following command to try it out: $ cd /some/path/pulsecaster $ ./pulsecaster.py + +GSTREAMER +========= +The pipeline for capturing from a running PulseAudio source: + +gst-launch pulsesrc device-name='' \ + ! vorbisenc quality=0.5 \ + ! oggmux \ + ! filesink location=foo.ogg -- cgit