Package org.teamapps.media.audio
Klasse AudioGraph
java.lang.Object
org.teamapps.media.audio.AudioGraph
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic AudioGraphcreateGraph(File pcmFile) static AudioGraphcreateGraph(File pcmFile, int resolution) static AudioGraphcreateGraph(File pcmFile, int resolution, int durationMs, int sampleRate) static AudioGraphcreateGraph(InputStream pcmIn, int resolution, int durationMs, int sampleRate) intint[]getGraphData(int pos) byte[]byte[]byte[]byte[]intbyte[]save()
-
Konstruktordetails
-
AudioGraph
public AudioGraph(int resolution, int duration) -
AudioGraph
- Löst aus:
IOException
-
-
Methodendetails
-
save
- 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
- Löst aus:
IOException
-
createGraph
- 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
-