ChannelMix.mono constructor

ChannelMix.mono()

Mono preset

Implementation

factory ChannelMix.mono() {
  return ChannelMix(
    leftToLeft: 0.5,
    leftToRight: 0.5,
    rightToLeft: 0.5,
    rightToRight: 0.5,
  );
}