X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=audiod.ggo;h=66e81a1129ada287f07a1c815ecd507fc9544f54;hp=dd385a16c09d0ecc070d3ef9af396256fe70c963;hb=c2eecbd1d8445b6605f0d07aea0ed9a66499e5dd;hpb=04473f0dc30bcfa6cb0ffd3c388b64218d93f651 diff --git a/audiod.ggo b/audiod.ggo index dd385a16..66e81a11 100644 --- a/audiod.ggo +++ b/audiod.ggo @@ -85,6 +85,20 @@ connect." multiple +option "clock_diff_count" - +#~~~~~~~~~~~~~~~~~~~~~~~~~~ + +"check the clock difference between +server_host (the host running para_server) +and the local host (running para_audiod) +that many times before starting any stream +I/0. Set this to non-zero for non-local +setups if the clocks of these two hosts are +not syncronized by ntp or similar." + + int typestr="count" + default="0" + optional section "stream i/o options." @@ -119,8 +133,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 -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 @@ -143,21 +157,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: + + -w 'aac:osx' - string typestr="format:command" +" + string typestr="writer_spec" optional multiple @@ -167,10 +180,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"