├── .gitignore ├── LICENSE ├── README.md ├── dct_watermarking.py ├── fsvc_watermarking.py ├── norm_space_watermarking.py └── patchwork_multylayer_watermarking.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kosta-pmf/audio-watermarking/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kosta-pmf/audio-watermarking/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kosta-pmf/audio-watermarking/HEAD/README.md -------------------------------------------------------------------------------- /dct_watermarking.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kosta-pmf/audio-watermarking/HEAD/dct_watermarking.py -------------------------------------------------------------------------------- /fsvc_watermarking.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kosta-pmf/audio-watermarking/HEAD/fsvc_watermarking.py -------------------------------------------------------------------------------- /norm_space_watermarking.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kosta-pmf/audio-watermarking/HEAD/norm_space_watermarking.py -------------------------------------------------------------------------------- /patchwork_multylayer_watermarking.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kosta-pmf/audio-watermarking/HEAD/patchwork_multylayer_watermarking.py --------------------------------------------------------------------------------