API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

interfaceSpectrumMappingOptions

@codexo/exojs-audio-fx / audio / stable

Mapping options for AudioAnalyser.getSpectrumMel and AudioAnalyser.getSpectrumLog.

3
props
0
methods
0
events
Import
import { SpectrumMappingOptions } from '@codexo/exojs-audio-fx'

Mapping options for AudioAnalyser.getSpectrumMel and AudioAnalyser.getSpectrumLog.

Properties3
bands?: number
Number of output bands. Default 32.
fMax?: number
Upper frequency bound in Hz. Default 20000 (clamped to nyquist at runtime).
fMin?: number
Lower frequency bound in Hz. Default 20.
Source