public static class AudioSpectrogram.Options
extends java.lang.Object
AudioSpectrogram| Modifier and Type | Method | Description |
|---|---|---|
AudioSpectrogram.Options |
magnitudeSquared(java.lang.Boolean magnitudeSquared) |
public AudioSpectrogram.Options magnitudeSquared(java.lang.Boolean magnitudeSquared)
magnitudeSquared - Whether to return the squared magnitude or just the
magnitude. Using squared magnitude can avoid extra calculations.