From 5fb5851a7a929a3074c2df3c0ddcf0692c30ab6b Mon Sep 17 00:00:00 2001 From: "Paul W. Frields" Date: Thu, 6 May 2010 20:27:44 -0400 Subject: Document hidden FLAC function (now less hidden) --- README | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'README') 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='' \ ! filesink location=foo.ogg --*- coding: utf-8 -*- \ No newline at end of file +-*- coding: utf-8 -*- -- cgit