newConvolverOptions abstract method

ConvolverOptions newConvolverOptions({
  1. int channelCount,
  2. ChannelCountMode channelCountMode,
  3. ChannelInterpretation channelInterpretation,
  4. AudioBuffer? buffer,
  5. bool disableNormalization,
})

Implementation

ConvolverOptions newConvolverOptions({
  int channelCount,
  ChannelCountMode channelCountMode,
  ChannelInterpretation channelInterpretation,
  AudioBuffer? buffer,
  bool disableNormalization,
});