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