#----------------------------------------------------------------------------
# Optional package: speaker (pc speaker)
# (c) copyright 2002 by Felix Simmet <fli4l@simmet.de>
# see instructions for the licensing terms and conditions
#----------------------------------------------------------------------------

OPT_SPEAKER='yes'						# install this module
SPEAKER_N='3'							# number of beeps
SPEAKER_1_FREQUENCY='440'				# frequency
SPEAKER_1_DURATION='80'					# duration
SPEAKER_2_FREQUENCY='880'
SPEAKER_2_DURATION='80'
SPEAKER_3_FREQUENCY='1760'
SPEAKER_3_DURATION='80'
