-
Method Summary
void
void
copyFromChannel(float[] destination,
int channelNumber,
int startInChannel)
void
void
void
void
copyToChannel(float[] source,
int channelNumber,
int startInChannel)
void
void
double
int
int
float
Methods inherited from interface org.teavm.jso.JSObject
cast
-
Method Details
-
getSampleRate
float getSampleRate()
-
getLength
int getLength()
-
getDuration
double getDuration()
-
getNumberOfChannels
int getNumberOfChannels()
-
-
copyFromChannel
void copyFromChannel(Float32Array destination,
int channelNumber)
-
copyFromChannel
void copyFromChannel(float[] destination,
int channelNumber)
-
copyFromChannel
void copyFromChannel(Float32Array destination,
int channelNumber,
int startInChannel)
-
copyFromChannel
void copyFromChannel(float[] destination,
int channelNumber,
int startInChannel)
-
-
copyToChannel
void copyToChannel(float[] source,
int channelNumber)
-
copyToChannel
void copyToChannel(Float32Array source,
int channelNumber,
int startInChannel)
-
copyToChannel
void copyToChannel(float[] source,
int channelNumber,
int startInChannel)