OXIESEC PANEL
- Current Dir:
/
/
usr
/
lib
/
jvm
/
java-11-openjdk-amd64
/
conf
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/09/2024 07:14:01 AM
rwxr-xr-x
📄
accessibility.properties
391 bytes
01/19/2021 08:28:05 PM
rw-r--r--
📄
logging.properties
2.67 KB
10/25/2022 09:30:51 AM
rw-r--r--
📁
management
-
05/09/2024 07:14:01 AM
rwxr-xr-x
📄
net.properties
6.22 KB
10/25/2022 09:30:51 AM
rw-r--r--
📁
security
-
05/09/2024 07:14:01 AM
rwxr-xr-x
📄
sound.properties
1.18 KB
10/25/2022 09:30:51 AM
rw-r--r--
📄
swing.properties
113 bytes
01/19/2021 08:28:05 PM
rw-r--r--
Editing: sound.properties
Close
############################################################ # Sound Configuration File ############################################################ # # This properties file is used to specify default service # providers for javax.sound.midi.MidiSystem and # javax.sound.sampled.AudioSystem. # # The following keys are recognized by MidiSystem methods: # # javax.sound.midi.Receiver # javax.sound.midi.Sequencer # javax.sound.midi.Synthesizer # javax.sound.midi.Transmitter # # The following keys are recognized by AudioSystem methods: # # javax.sound.sampled.Clip # javax.sound.sampled.Port # javax.sound.sampled.SourceDataLine # javax.sound.sampled.TargetDataLine # # The values specify the full class name of the service # provider, or the device name. # # See the class descriptions for details. # # Example 1: # Use MyDeviceProvider as default for SourceDataLines: # javax.sound.sampled.SourceDataLine=com.xyz.MyDeviceProvider # # Example 2: # Specify the default Synthesizer by its name "InternalSynth". # javax.sound.midi.Synthesizer=#InternalSynth # # Example 3: # Specify the default Receiver by provider and name: # javax.sound.midi.Receiver=com.sun.media.sound.MidiProvider#SunMIDI1 #