PropsAudioBuffer extension
- on
Properties
- duration → double
-
no setter
- length → int
-
no setter
- numberOfChannels → int
-
no setter
- sampleRate → double
-
no setter
Methods
-
copyFromChannel(
Float32List destination, int channelNumber, [int? bufferOffset = 0]) → void -
copyToChannel(
Float32List source, int channelNumber, [int? bufferOffset = 0]) → void -
getChannelData(
int channel) → Float32List