Type Alias AnalyserParams

AnalyserParams: {
    fftSize?: FFTSize;
    frequencyBinCount?: number;
    maxDecibels?: number;
    minDecibels?: number;
    smoothingTimeConstant?: number;
}

Type declaration

  • OptionalfftSize?: FFTSize
  • Optional ReadonlyfrequencyBinCount?: number
  • OptionalmaxDecibels?: number
  • OptionalminDecibels?: number
  • OptionalsmoothingTimeConstant?: number