##########################################################################
####
####	Extended Module Player sample rc file
####	xmp will look for this file in $HOME/.xmprc or /etc/xmprc
####
####	An <yesno> argument is assumed "yes" when the first character
####	is either 'y' or 'o'.
####
##########################################################################


# verbosity = <val>
# Verbosity level. Default is 0.
#
verbosity = 1

# driver = <name>
# Output device to be used (oss_seq, oss_mix, etc).
#
#driver = oss_mix


##########################################################################
####
####	SOFTWARE MIXER SETTINGS
####	The following parameters affect the software mixer only
####
##########################################################################

# srate = <val>
# Sampling rate in hertz. Default is 22050 Hz.
#
srate = 32000

# bits = <val>
# Output resolution for the software mixer. Default is 16 bits.
#
bits = 16

# interpolate = <yesno>
# Turn sample interpolation on/off. Default is on.
#
interpolate = of course


##########################################################################
####
####	SOUND SETTINGS
####	The following parameters affect software and hardware mixing
####
##########################################################################

# 8bit = <yesno>
# Convert the 16 bit samples to 8 bit top save memory. This option is
# ignored by AWE cards.
#
8bit = no

# mono = <yesno>
# Force mono output. Default is no.
#
mono = never!

# reverse = <yesno>
# Reverse left/right stereo channels. Default is off.
#
reverse = are you kidding?

# mix = <val>
# Percentual stereo mixing. Default is 75%.
#
mix = 80

# period_mode = {linear|amiga}
# Force the period mode to amiga or linear.
#
#period_mode = linear


##########################################################################
####
####	PLAYER SETTINGS
####
##########################################################################

# loop = <yesno>
# Turn module looping on/off. Default is off.
#
loop = no way!

# pan = <yesno>
# Enable/disable dynamic panning. AWE users may want to disable dynamic
# panning if excessive clicking is heard in the output. Default is on.
#
pan = yeah, sure

# modrange = <yesno>
# Reduce the octave range to 3 octaves when playing MOD files. Default is
# to play MOD files using the full XM octave range.
#
modrange = nope

# time = <val>
# Maximum playing time in seconds. Default is 0.
#
time = 0


##########################################################################
####
####	DRIVER PARAMETERS
####
##########################################################################

# OSS software mixing

# Set the number and size in bytes of audio buffer fragments. The size must
# be a power of two.
#
#frag = 16,2048


# OSS sequencer

# Set the chorus and reverb for AWE cards
#
chorus = 5,25
reverb = 5,50


# Solaris or HP-UX driver

# Set the output audio gain (0 to 255)
#
#gain = 180

# Set the audio port. Valid values are s[peaker], h[eadphones] and l[ineout].
#
#port = speaker

# Set the audio buffer size
#
#buffer = 32768
