summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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?