Klasse AudioGraph

java.lang.Object
org.teamapps.media.audio.AudioGraph

public class AudioGraph extends Object
  • Konstruktordetails

  • Methodendetails

    • save

      public byte[] save() throws IOException
      Löst aus:
      IOException
    • getGraphData

      public int[] getGraphData(int pos)
    • getOuterMax

      public byte[] getOuterMax()
    • getOuterMin

      public byte[] getOuterMin()
    • getInnerMax

      public byte[] getInnerMax()
    • getInnerMin

      public byte[] getInnerMin()
    • getResolution

      public int getResolution()
    • getDuration

      public int getDuration()
    • createGraph

      public static AudioGraph createGraph(File pcmFile) throws IOException
      Löst aus:
      IOException
    • createGraph

      public static AudioGraph createGraph(File pcmFile, int resolution) throws IOException
      Löst aus:
      IOException
    • createGraph

      public static AudioGraph createGraph(File pcmFile, int resolution, int durationMs, int sampleRate) throws IOException
      Löst aus:
      IOException
    • createGraph

      public static AudioGraph createGraph(InputStream pcmIn, int resolution, int durationMs, int sampleRate) throws IOException
      Löst aus:
      IOException