section "osx options" ##################### option "channels" c #~~~~~~~~~~~~~~~~~~ "number of channels (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="5" optional