sound
Class DoubleAudio

java.lang.Object
  extended by sound.DoubleAudio

public final class DoubleAudio
extends java.lang.Object


Constructor Summary
DoubleAudio(double[] doubleArray)
           
DoubleAudio(UlawCodec ulc)
           
 
Method Summary
 double[] getAudioData()
           
 double getDuration()
           
 int getLength()
           
 double getMax()
           
 double getMin()
           
 int getSampleRate()
           
 void normalize()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoubleAudio

public DoubleAudio(double[] doubleArray)

DoubleAudio

public DoubleAudio(UlawCodec ulc)
Method Detail

getAudioData

public double[] getAudioData()

getSampleRate

public int getSampleRate()

getLength

public int getLength()

getDuration

public double getDuration()

getMin

public double getMin()

getMax

public double getMax()

normalize

public void normalize()