the osx writer has to wait for the next version..
[paraslash.git] / audiod.ggo
index dd385a16c09d0ecc070d3ef9af396256fe70c963..94bf59d012a9837a29a3e6089555051700379e8c 100644 (file)
@@ -143,21 +143,20 @@ see --no_default_filters."
 string typestr="filter_spec" optional multiple
 
 
-option "stream_write_cmd" w
+option "writer" w
 #~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 "Specify stream writer.
 
-May be given multiple times, once for each
-supported audio format. Default value is
-'para_write -w alsa' for both mp3 and ogg.
-You can use the START_TIME() macro for these
-commands.  Each occurence of START_TIME()
-gets replaced at runtime by the stream start
-time announced by para_server, plus any
-offsets."
+May be given multiple times, even multiple
+times for the same audio format.  Default
+value is 'alsa' for all supported audio
+formats. Example:
 
-       string typestr="format:command"
+       -w 'aac:osx'
+
+"
+       string typestr="writer_spec"
        optional
        multiple
 
@@ -167,10 +166,8 @@ option "stream_delay" -
 
 "Time to add to para_server's start_time.
 
-Amount of time to be added to the server
-stream start time for stream_write_cmd if
-START_TIME() was given. Useful for
-syncronizing the audio output of clients."
+Amount of time to be added to the server, before data is sent to
+the writer.  Useful for syncronizing the audio output of clients."
 
        int typestr="milliseconds"
        default="200"