org.lee.mugen.core.sound
Class SoundSystem

java.lang.Object
  extended by org.lee.mugen.core.sound.SoundSystem

public final class SoundSystem
extends java.lang.Object

Play sound, and fx Sound This class play Wav, MP3 in pure java code TODO : replace with plugin

Author:
Dr Wong

Nested Class Summary
static class SoundSystem.Sfx
           
static class SoundSystem.SoundBackGround
           
 
Constructor Summary
SoundSystem()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoundSystem

public SoundSystem()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException,
                        javax.sound.sampled.UnsupportedAudioFileException,
                        java.lang.InterruptedException
Throws:
java.io.IOException
javax.sound.sampled.UnsupportedAudioFileException
java.lang.InterruptedException