This is a wrapper function for the maad.sound.spectrum
function.
It computes the spectrum of a sound wave. Further usage details are provided at
https://maad.readthedocs.io/en/latest/maad.sound.html#maad.sound.spectrum.
Arguments
- wave
A Wave object
- ...
Additional arguments to pass to
maad.sound.spectrum
.- maad
An optional
maad
object. If not provided, one will be created usinggetMaad()
.