Package org.emrick.project.audio
Class OggData
java.lang.Object
org.emrick.project.audio.OggData
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
The number of channels in the sound fileThe data that has been read from the OGG fileint
The sampling rate -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
data
The data that has been read from the OGG file -
rate
public int rateThe sampling rate -
channels
public int channelsThe number of channels in the sound file
-
-
Constructor Details
-
OggData
public OggData()
-