More detailed README.
authorviric@llimona
Fri, 14 Sep 2007 23:58:14 +0200
changeset 17 b94514bf216a
parent 16 20a48b767282
child 18 ff31deaffd38
More detailed README.
README
--- a/README	Fri Sep 14 23:49:12 2007 +0200
+++ b/README	Fri Sep 14 23:58:14 2007 +0200
@@ -1,3 +1,11 @@
+-----------------------------------------------------------
+stdin mixer - Copyright (C) 2007  Lluís Batlle i Rossell
+    Program licensed under GPL v2 or above.
+    See the file COPYING.
+    [http://vicerveza.homeunix.net/~viric/soft/stdinmix]
+    [this file is written in UTF-8]
+-----------------------------------------------------------
+
 Motivation
 -----------
 I wanted to run mplayer, and command things to it using a key bind. I could
@@ -32,6 +40,13 @@
 and forward the current stdin to that socket.
 
 
+Known problems
+------------------
+If you write data at the same time to the application stdin and to the unix
+socket, both will be mixed in a quite unpredictable way. I let the user
+control this not to happen.
+
+
 How do I use it
 ------------------
 I wanted a program for transcribing voice in audio tracks. I had mplayer, and
@@ -40,6 +55,15 @@
 F2 to "mplayer-remote -b" (back a few seconds). Then I can transcribe in
 my favourite editor (vim) pausing and moving back the audio track when needed.
 
+You can find some scripts in the utils/ directory.
+
+
+Author
+---------
+Lluís Batlle i Rossell 
+[http://vicerveza.homeunix.net/~viric/]
+[viric ĉe vicerveza punkto homelinux punkto net]
+
 
 References
 ------------