New features
- `Audio.save()` now has a `ffmpeg_options` parameter. This can be used for custom output, as well as adding effects that are not supported by audioman.
- `Audio.unload()` now saves the current audio in a temporary file, which will be loaded when accessing the `.samples` property.
Bug fixes
- There was an error when putting a `dict` or a `list` in the `.setdefault()` method on an `AudioTags` object.