Audio watermark using DWT-DCT approach and scrambling methods for embedding of binary or grayscale image into audio signal. Its goal is to guarantee authenticity of the audio signal.
This is our project for the academic course of Multimedia at University of Catania for the Master Degree in Computer Science.
The scientific papers to which we referred are:
- Blind Audio Watermarking Based On Discrete Wavelet and Cosine Transform;
- Novel secured scheme for blind audio/speech norm-space watermarking by Arnold algorithm;
- 2D Triangular Mappings and Their Applications in Scrambling Rectangle Image.
The follow specific tools are required:
- scipy.io.wavfile;
- scipy.fftpack
- pywt;
- PIL;
- ffmpeg-20191204
Structure of the project:
audio_managing.py
containing functions to read, write wave files and to apply DWT, DCT and FFT;image_managing.py
containing functions to read, write images and to apply scrambling procedures;watermark_embedding_extraction.py
containing various techniques for binary and grayscale images;metrics.py
containing PSNR, SNR and Pearson's Index to evaluate techniques' performances;attacks_on_watermark.py
containing some attacks to audio signal;utils.py
containing various functions of general purpose;main.py
containing the pipeline of the whole project and in the txt filecommands_to_run
there are the commands for bash.