audio
Class Audio

java.lang.Object
  |
  +--audio.Audio

public final class Audio
extends java.lang.Object


Constructor Summary
Audio(double[] doubleArray)
           
Audio(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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Audio

public Audio(double[] doubleArray)

Audio

public Audio(UlawCodec ulc)
Method Detail

getAudioData

public double[] getAudioData()

getDuration

public double getDuration()

getLength

public int getLength()

getMax

public double getMax()

getMin

public double getMin()

getSampleRate

public int getSampleRate()

normalize

public void normalize()