What's Changed
* Added auto-generated Sphinx documentation. (https://github.com/spotify/pedalboard/pull/119)
* `ReadableAudioFile.read_raw` now returns an untyped `np.ndarray`. (https://github.com/spotify/pedalboard/pull/119)
* `WriteableAudioFile.write` now accepts an untyped `np.ndarray`. (https://github.com/spotify/pedalboard/pull/119)
* `WriteableAudioFile.__init__` now supports `best`, `worst`, `fastest`, and `slowest` quality options. (https://github.com/spotify/pedalboard/pull/119)
**Full Changelog**: https://github.com/spotify/pedalboard/compare/v0.5.5...v0.5.6