API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
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?: numberNumber of output bands. Default 32.
fMax?: numberUpper frequency bound in Hz. Default 20000 (clamped to nyquist at runtime).
fMin?: numberLower frequency bound in Hz. Default 20.
Source