AudioSpectrogram.Options

public static class AudioSpectrogram.Options

Optional attributes for AudioSpectrogram

Public Methods

AudioSpectrogram.Options
magnitudeSquared(Boolean magnitudeSquared)

Inherited Methods

Public Methods

public AudioSpectrogram.Options magnitudeSquared (Boolean magnitudeSquared)

Parameters
magnitudeSquared Whether to return the squared magnitude or just the magnitude. Using squared magnitude can avoid extra calculations.