# Open Sound System configuration file

# Master device to attach the SoftOSS engine to. -1 is automatic detection
# Values: 0-N,	Default: -1 (autodetect)
#softoss_masterdev	-1

# Maximum sample rate to use for the virtual mixer - this means that audio
# played at the sample rate of virtual mixer will pass through without SRC.
# Values: 8000-48000	Default: 48000
#softoss_rate	48000

# Number of Virtual Mixer /dev/dsp# devices to create
# Values: 1-32		Default: 4
#softoss_devices	4

# Number of loopback recording devices to create. Loopback devices are
# special devices that can be used to record mix/sum of the audio outputs
# by an application running in the same computer.
# Values: 0-4	Default: 0
#softoss_loopdevs	0

# Enable Linear Interpolation or full SRC
# Values: 1=On 0=Off	Default: 1
#softoss_use_src	1

# Allow OSS to automatically redirect audio to virtual mixer devices or
# disable the feature
# Values: 1=On 0=Off	Default: 1
#softoss_redirect	0

# Number of channels supported by Virtual Mixer - currently it's 2 but 
# in the future it can be 4 or 6 channels of audio.
# Values: 2, 4, 6	Default: 2
#softoss_channels	2

# Disable the Virtual Mixer from attaching
# Values: 1=Disable 0=Enable	Default: 0
#softoss_disable	0

