Class AudioTypeTest

java.lang.Object
  extended by AudioTypeTest

public class AudioTypeTest
extends java.lang.Object

tries to play different types of audio

  1. mp3
  2. aiff
  3. wav
  4. au
  5. flac
  6. ogg
Needs the following files placed into the classpath
  1. mp3spi
  2. jl
  3. trintonus_share
  4. vorbisspi
  5. jflac

Author:
cami

Constructor Summary
AudioTypeTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AudioTypeTest

public AudioTypeTest()
Method Detail

main

public static void main(java.lang.String[] args)