AnalyserOptions constructor

AnalyserOptions({
  1. int channelCount,
  2. ChannelCountMode channelCountMode,
  3. ChannelInterpretation channelInterpretation,
  4. int fftSize,
  5. num maxDecibels,
  6. num minDecibels,
  7. num smoothingTimeConstant,
})

Implementation

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