section "osx options" ##################### option "channels" c #~~~~~~~~~~~~~~~~~~ "channel count" details = " Specify the number of channels. This is only neccessary for raw audio. " int typestr="num" default="2" optional option "samplerate" s #~~~~~~~~~~~~~~~~~~~~~ "force given sample rate (only neccessary for raw audio)" int typestr="num" default="44100" optional option "numbuffers" n #~~~~~~~~~~~~~~~~~~~~~ "number of audio buffers to allocate (increase if you get buffer underruns)" int typestr="num" default="20" optional