integrate writers into para_audiod
[paraslash.git] / audiod.ggo
index 5e89e6a40aafd839966157a37431f508ac6d5526..89cad59c69e1045fcbf21d682ecd787053805159 100644 (file)
@@ -143,20 +143,26 @@ 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_play' 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.  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.
 
-       string typestr="format:command"
+Example:
+
+       -w 'aac:osx'
+
+"
+       string typestr="writer_spec"
        optional
        multiple