X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=ggo%2Foss_write.ggo;fp=ggo%2Foss_write.ggo;h=6068218679fe74e3ca05f715e2e0ef602da9f148;hb=4dbf56eff63e120c3888fa2badc9fbf930c6ba46;hp=0000000000000000000000000000000000000000;hpb=fe37582752e4f874f03f303a0548db115e9542ee;p=paraslash.git diff --git a/ggo/oss_write.ggo b/ggo/oss_write.ggo new file mode 100644 index 00000000..60682186 --- /dev/null +++ b/ggo/oss_write.ggo @@ -0,0 +1,30 @@ +option "device" d +#~~~~~~~~~~~~~~~~ +"set PCM device" +string typestr="device" +default="/dev/dsp" +optional + +option "channels" c +#~~~~~~~~~~~~~~~~~~ +"specify number of channels" +int typestr="num" +default="2" +optional +details=" + This option is only necessary for playing raw audio with + para_write. In all other cases (plaing wav files with + para_write or using this writer with para_audiod), the number + of channels will be obtained from other resources. +" + +option "samplerate" s +#~~~~~~~~~~~~~~~~~~~~~ +"force given sample rate" +int typestr="num" +default="44100" +optional +details=" + Again, it is only necessary to specify this when playing raw + audio with para_write. +"