Sound drivers ============= The syntax of a sound driver specification is: :=:=... White space around option names and values is ignored. If a value contains a colon, it must be escaped by repeating it. The following options can be used with all sound drivers: wav= Write the sound output to a WAV file. lowpass= Apply a low-pass filter. If is 0 (the default), the low-pass filter is disabled. wavfilter=[0|1] If true then the low-pass filter is applied before the sound is written to the WAV file. The following is a list of sound drivers and their options: null: The null sound driver that discards output written to it. It can still be written to a WAV file as a side effect. wav: This is another name for the null sound driver. oss: The OSS sound driver. dev= Set the OSS device. sdl: The SDL sound driver.