Folders and files Name Name Last commit message
Last commit date
parent directory
View all files
Tools for Audio Steganalysis
ID
File
Function
1
batch_scripts
batch scripts for the run of python scripts
2
python_scripts
python scripts for cover and stego audio samples make, QMDCT coefficients matrix extraction, and so on
3
secret_message
secret message files for embedding
4
BatchRename.exe
an executable program for files rename in batch
Procedure of Handcrafted Feature Design
Audio samples make.
Audio samples check (bitrate, file size, steganographic algorithms, embedding rate).
QMDCT coefficients matrix extraction (saved in *.txt format).
Train(, validation) and test datasets split (Optional).
Feature design and extraction .
Steganalysis with traditional classifier (SVM or ensemmble classifier ).
Record and analyze the experimental results.
Procedure of Deep Network Design
Audio samples make.
Audio samples check (bitrate, file size, steganographic algorithms, embedding rate).
QMDCT coefficients matrix extraction (saved in *.txt format).
Train(, validation) and test datasets split (Optional).
Steganalysis with deep learning-based method .
Record and analyze the experimental results.
You can’t perform that action at this time.