net.charlesames.utility.audio
Class CtrlCAudio

java.lang.Object
  extended by net.charlesames.utility.audio.CtrlCAudio

public class CtrlCAudio
extends java.lang.Object

Command-line application to read and play audio files
The code source is http://www.builogic.com/java/javasound-read-write.html

Author:
Unknown

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

Constructor Detail

CtrlCAudio

public CtrlCAudio()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws javax.sound.sampled.LineUnavailableException,
                        javax.sound.sampled.UnsupportedAudioFileException,
                        java.io.IOException
Program entry point

Parameters:
args -
Throws:
javax.sound.sampled.LineUnavailableException
javax.sound.sampled.UnsupportedAudioFileException
java.io.IOException