public interface AudioBuffer
Modifier and Type | Method and Description |
---|---|
Float32Array |
getChannelData(int channelIndex) |
float |
getDuration() |
float |
getGain() |
int |
getLength() |
int |
getNumberOfChannels() |
float |
getSampleRate() |
void |
setGain(float arg) |
float getDuration()
float getGain()
void setGain(float arg)
int getLength()
int getNumberOfChannels()
float getSampleRate()
Float32Array getChannelData(int channelIndex)
Copyright © 2018. All rights reserved.