AnalyserOptions constructor
AnalyserOptions({
- int channelCount,
- ChannelCountMode channelCountMode,
- ChannelInterpretation channelInterpretation,
- int fftSize,
- num maxDecibels,
- num minDecibels,
- num smoothingTimeConstant,
Implementation
external factory AnalyserOptions({
int channelCount,
ChannelCountMode channelCountMode,
ChannelInterpretation channelInterpretation,
int fftSize,
num maxDecibels,
num minDecibels,
num smoothingTimeConstant,
});