summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README15
1 files changed, 14 insertions, 1 deletions
diff --git a/README b/README
index 9968458..6e5a298 100644
--- a/README
+++ b/README
@@ -15,6 +15,19 @@ $ cd pulsecaster
$ python ui.py
+ADVANCED TIPS
+=============
+The code currently contains a very hacky function to allow you to
+record to FLAC (the Free Lossless Audio Codec) instead of Ogg Vorbis,
+which is the default. To turn that capability on, run this command:
+
+$ gconftool-2 --set --type=string /apps/PulseCaster/codec flac
+
+To switch back to Vorbis:
+
+$ gconftool-2 --set --type=string /apps/PulseCaster/codec vorbis
+
+
INSTALLING
==========
@@ -44,4 +57,4 @@ gst-launch pulsesrc device-name='<NAME>' \
! filesink location=foo.ogg
--*- coding: utf-8 -*- \ No newline at end of file
+-*- coding: utf-8 -*-