summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2009-09-04 15:30:47 -0500
committerPaul W. Frields <stickster@gmail.com>2009-09-04 15:30:47 -0500
commit5a1ce4591715da68e3092730496b6d9d2972a88d (patch)
treeac73d83ec271ad65a99a29af30e58f634734a7ce
parent2d87af0cea57136d9dba540ca7295e593a66ad91 (diff)
downloadpulsecaster-5a1ce4591715da68e3092730496b6d9d2972a88d.tar.gz
pulsecaster-5a1ce4591715da68e3092730496b6d9d2972a88d.tar.xz
pulsecaster-5a1ce4591715da68e3092730496b6d9d2972a88d.zip
Some docs cleanup
-rw-r--r--README4
-rw-r--r--TODO1
2 files changed, 2 insertions, 3 deletions
diff --git a/README b/README
index 7a0af9c..6b6a51b 100644
--- a/README
+++ b/README
@@ -10,8 +10,8 @@ This project is only in its infancy right now. There is much that is
broken or missing. For now, 'cd' to the top of this project and then
run the following command to try it out:
-$ cd /some/path/pulsecaster
-$ ./pulsecaster.py
+$ cd src
+$ python ui.py
GSTREAMER
=========
diff --git a/TODO b/TODO
index 324de38..f587d61 100644
--- a/TODO
+++ b/TODO
@@ -6,7 +6,6 @@ TODO:
* After mixing the streams, do some sort of compression/leveling
* Reset names of monitor devices to be more human-understandable
* CLI interface
-* Convert to GtkBuilder
* Choice of gst-audio-profiles for encoding
* Show a timer as a modal progress dialog
* Check disk space usage? Show that too?