AudioSpectrogram.Options

public static class AudioSpectrogram.Options

Optional attributes for AudioSpectrogram

Public Methods

AudioSpectrogram.Options
magnitudeSquared(Boolean magnitudeSquared)

Inherited Methods

boolean
equals(Object arg0)
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()

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.