newAnalyserOptions abstract method
- int channelCount,
- ChannelCountMode channelCountMode,
- ChannelInterpretation channelInterpretation,
- int fftSize,
- num maxDecibels,
- num minDecibels,
- TauTime smoothingTimeConstant,
Implementation
AnalyserOptions newAnalyserOptions({
int channelCount,
ChannelCountMode channelCountMode,
ChannelInterpretation channelInterpretation,
int fftSize,
num maxDecibels,
num minDecibels,
TauTime smoothingTimeConstant,
});