channels property
Audio data, as a list of channels.
In the typical stereo case the channels will be [left, right]
.
The audio samples are in the range [-1, 1]
.
Implementation
final List<Float64List> channels;
Audio data, as a list of channels.
In the typical stereo case the channels will be [left, right]
.
The audio samples are in the range [-1, 1]
.
final List<Float64List> channels;