X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=ggo%2Fwrite.m4;h=847bd2054bb060332961a68749c665acfd9aa2bf;hb=4d425382c007b200121b4be5120db1acd30d292f;hp=d954316a40d1fe62ad9846b1dd803a83fb4cf2c0;hpb=ffb2eaa90429f6d5c3d369509efcdf91c5463dad;p=paraslash.git diff --git a/ggo/write.m4 b/ggo/write.m4 index d954316a..847bd205 100644 --- a/ggo/write.m4 +++ b/ggo/write.m4 @@ -12,3 +12,23 @@ details=" May be give multiple times. The same writer may be specified more than once. " + +text " + The following options are only necessary for raw audio. When + playing wav files this information is obtained from the + wave header. +" + +option "channels" c +#~~~~~~~~~~~~~~~~~~ +"specify number of channels" +int typestr = "num" +default = "2" +optional + +option "sample-rate" s +#~~~~~~~~~~~~~~~~~~~~~ +"force given sample rate" +int typestr = "num" +default = "44100" +optional