X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=m4%2Fgengetopt%2Fafh_recv.m4;h=08c3152121797a39218bced32d4944635acc212a;hp=ba9c9dab359c0f876f81f5c50066aa868f4e26cf;hb=42ddd68159d7eff0f3e7c225665c97f9abd59425;hpb=533b0303c27fb9ba098bb72e30f41f0939b2dbd2 diff --git a/m4/gengetopt/afh_recv.m4 b/m4/gengetopt/afh_recv.m4 index ba9c9dab..08c31521 100644 --- a/m4/gengetopt/afh_recv.m4 +++ b/m4/gengetopt/afh_recv.m4 @@ -1,8 +1,8 @@ args "--no-version --no-help" -include(header.m4) - -text " +purpose "Make an audio stream from a local file" + +description " The afh (audio format handler) receiver can be used to write selected parts of the given audio file without decoding the data. @@ -10,9 +10,10 @@ text " The selected parts of the content of the audio file are passed to the child nodes of the buffer tree. Only complete chunks with respect of the underlying audio format are passed. - " +include(header.m4) + option "filename" f #~~~~~~~~~~~~~~~~~~ "file to open" @@ -30,7 +31,7 @@ details = " num_chunks - 1 inclusively where num_chunks is the total number of chunks which is printed when using the --info option. If chunk_num is negative, the given number of chunks are counted - backwards from the end of the file. For example --begin_chunk + backwards from the end of the file. For example --begin-chunk -100 instructs para_afh to start output at chunk num_chunks - 100. This is mainly useful for cutting off the end of an audio file. @@ -42,7 +43,7 @@ option "end-chunk" e int typestr = "chunk_num" optional details = " - For the chunk_num argument the same rules as for --begin_chunk + For the chunk_num argument the same rules as for --begin-chunk apply. The default is to write up to the last chunk. "