0N/A############################################################
0N/A# Sound Configuration File
0N/A############################################################
0N/A#
0N/A# This properties file is used to specify default service
0N/A# providers for javax.sound.midi.MidiSystem and
0N/A# javax.sound.sampled.AudioSystem.
0N/A#
0N/A# The following keys are recognized by MidiSystem methods:
0N/A#
0N/A# javax.sound.midi.Receiver
0N/A# javax.sound.midi.Sequencer
0N/A# javax.sound.midi.Synthesizer
0N/A# javax.sound.midi.Transmitter
0N/A#
0N/A# The following keys are recognized by AudioSystem methods:
0N/A#
0N/A# javax.sound.sampled.Clip
0N/A# javax.sound.sampled.Port
0N/A# javax.sound.sampled.SourceDataLine
0N/A# javax.sound.sampled.TargetDataLine
0N/A#
0N/A# The values specify the full class name of the service
0N/A# provider, or the device name.
0N/A#
0N/A# See the class descriptions for details.
0N/A#
0N/A# Example 1:
0N/A# Use MyDeviceProvider as default for SourceDataLines:
0N/A# javax.sound.sampled.SourceDataLine=com.xyz.MyDeviceProvider
0N/A#
0N/A# Example 2:
0N/A# Specify the default Synthesizer by its name "InternalSynth".
0N/A# javax.sound.midi.Synthesizer=#InternalSynth
0N/A#
0N/A# Example 3:
0N/A# Specify the default Receiver by provider and name:
0N/A# javax.sound.midi.Receiver=com.sun.media.sound.MidiProvider#SunMIDI1
0N/A#