AnalyserOptions constructor

AnalyserOptions({
  1. int fftSize,
  2. num maxDecibels,
  3. num minDecibels,
  4. num smoothingTimeConstant,
})

Implementation

external factory AnalyserOptions({
  int fftSize,
  num maxDecibels,
  num minDecibels,
  num smoothingTimeConstant,
});