All notable changes to AudioSeal are documented in this file.
The format is based on Keep a Changelog.
- Update scripts to new training code
- Fix bugs in loading custom fine-tuned model (#37)
- Fix bug in getting the watermark with non-empty message created in CPU, while the model is loaded in CUDA
- Update Fix bug in building the model card programmatically (not via .YAML file using OmegaConf)
- Add support for HuggingFace Hub, now we can load the model from HF. Unit tests are updated
- Add py.typed to make audioseal mypy-friendly
- Add the option to resample the input audio's sample rate to the expected sample rate of the model (#18)
- Move
attacks.py
to non-core code base of audioseal - Remove duplicate module
SEANetEncoderKeepDimension
inaudioseal.lib.audiocraft.modules.seanet
andaudioseal.models
- Fix issue in installing audioseal from pypi due to conflict with audiocraft package
- Fix typos in example notebooks
- Update checkpoint to be Windows-compatible
- Initial release