Dart SDK
dart:web_audio
AudioBuffer
class
AudioBuffer
Properties
Methods
Properties
duration
length
numberOfChannels
sampleRate
Methods
getChannelData
(Not documented.)
Annotations
DocsEditable()
DomName('AudioBuffer')
Experimental()
Properties
double
duration
read-only
int
length
read-only
int
numberOfChannels
read-only
double
sampleRate
read-only
Methods
getChannelData
(
int
channelIndex
) →
Float32List