Added
- Add convenience function `vocalpy.spectrogram`, that computes a spectrogram from
a `vocalpy.Audio` using a specified `method`, and then returns it as a `vocalpy.Spectrogram`
[109](https://github.com/vocalpy/vocalpy/pull/109).
Fixes [88](https://github.com/vocalpy/vocalpy/issues/88).
Fixed
- Fix hard-coded value in `vocalpy.spectral.sat` that should have been `n_fft` parameter
[111](https://github.com/vocalpy/vocalpy/pull/111).
Fixes [100](https://github.com/vocalpy/vocalpy/issues/100).