section "general options" ######################### option "list_writers" L #~~~~~~~~~~~~~~~~~~~~~~ "print available writers and exit" flag off option "loglevel" l #~~~~~~~~~~~~~~~~~~ "set loglevel (0-6)" int typestr="level" default="4" optional option "bufsize" b #~~~~~~~~~~~~~~~~~ "input buffer size" int typestr="kilobytes" default="64" optional option "writer" w #~~~~~~~~~~~~~~~~ "select stream writer may be give multiple times. The same writer may be specified more than once" string typestr="name" default="alsa (file if alsa is unsupported)" optional multiple option "start_time" t #~~~~~~~~~~~~~~~~~~~~ "start playback at given time which must be in a:b format where a denotes seconds and b denotes microseconds since the epoch" string typestr="timeval" optional