]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - audiod.ggo
audiod: Make audio_formats[] dynamic
[paraslash.git] / audiod.ggo
index 89cad59c69e1045fcbf21d682ecd787053805159..21b485fb4dd46c9717e7eb7a21ed98529cd2b59a 100644 (file)
@@ -119,8 +119,8 @@ option "no_default_filters" D
 "Configure filters manually. If (and only
 if) this option is set, the --filter options
 take effect.  Otherwise, the compiled-in
 "Configure filters manually. If (and only
 if) this option is set, the --filter options
 take effect.  Otherwise, the compiled-in
-default filters mp3dec (oggdec) and wav are
-activated for mp3 (ogg) streams."
+default filters mp3dec, oggdec and aacdec are
+activated for mp3, ogg, aac streams respectively."
 
        flag off
 
 
        flag off
 
@@ -151,13 +151,7 @@ option "writer" w
 May be given multiple times, even multiple
 times for the same audio format.  Default
 value is 'alsa' for all supported audio
 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.
-
-Example:
+formats. Example:
 
        -w 'aac:osx'
 
 
        -w 'aac:osx'
 
@@ -172,10 +166,8 @@ option "stream_delay" -
 
 "Time to add to para_server's start_time.
 
 
 "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"
 
        int typestr="milliseconds"
        default="200"