Type alias AnalyserParams

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

Type declaration

  • Optional fftSize?: FFTSize
  • Optional Readonly frequencyBinCount?: number
  • Optional maxDecibels?: number
  • Optional minDecibels?: number
  • Optional smoothingTimeConstant?: number