summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2010-05-06 20:27:44 -0400
committerPaul W. Frields <stickster@gmail.com>2010-05-06 20:27:44 -0400
commit5fb5851a7a929a3074c2df3c0ddcf0692c30ab6b (patch)
tree8bb1dbdf8dd69359f72bf944a0d4e8ecb7bfcc1e
parent3a3a1a42ded882217f0699f146b4f5526e18030f (diff)
downloadpulsecaster-0.1.6.tar.gz
pulsecaster-0.1.6.tar.xz
pulsecaster-0.1.6.zip
Document hidden FLAC function (now less hidden)0.1.6
-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 -*-