X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ggo%2Faudiod.m4;h=7ff8806ce47d876fab497fd4181f4052629758bd;hp=5390d1b0fae1f50e5710ddb912297a47601269e7;hb=fae6ed3cc6d240eefcc111bdd04f637e3cda5dd0;hpb=00e4d4da1b2c00da139b09d3ed4ab9ad9fba2691 diff --git a/ggo/audiod.m4 b/ggo/audiod.m4 index 5390d1b0..7ff8806c 100644 --- a/ggo/audiod.m4 +++ b/ggo/audiod.m4 @@ -12,6 +12,7 @@ include(loglevel.m4) include(color.m4) include(config_file.m4) include(logfile.m4) +include(log_timing.m4) include(daemon.m4) include(user.m4) include(group.m4) @@ -131,16 +132,26 @@ details=" -r 'mp3:http -i my.host.org -p 8009' " - option "no_default_filters" D #~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "Configure filters manually" flag off details=" If (and only if) this option is set, the --filter options - (see below) take effect. Otherwise, the compiled-in default + (see below) take effect. Otherwise, the compiled-in default filters mp3dec, oggdec and aacdec are activated for mp3, ogg, aac streams respectively. + + You have to configure filters manually if you want to use + the amp filter or the compress filter which are not activated + by default. + + Playing udp streams also requires manual filter configuration + because the output of the udp receiver must be fed into the + fecdec filter first to produce a stream which can be decoded + by the appropriate decoder (mp3dec, oggdec, aacdec). In other + words, the fecdec filter must be specified as the first filter + of the filter chain for any udp stream. " option "filter" f @@ -153,7 +164,7 @@ dependon="no_default_filters" details=" This option may be given multiple times. The \"filter_spec\" consists of an audio format, the name of the filter, and any - options for that filter. Mote that order matters. + options for that filter. Note that order matters. Examples: