Skip to content

Using the phase coding technique to apply the discrete fourier transform to breakup the audio file in the amplitudes of different frequencies and then bring changes to the amplitude of certain frequencies which is inaudible to the human ear and encode the message on the signal in binary and recombine the all the frequencies back together and the…

Notifications You must be signed in to change notification settings

alwinjoseph7/audiostego

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

audiostego

Using the phase coding technique to apply the discrete fourier transform to breakup the audio file in the amplitudes of different frequencies and then bring changes to the amplitude of certain frequencies which is inaudible to the human ear and encode the message on the signal in binary and recombine the all the frequencies back together and then perform and inverse fourier transform to create the steganographic audio file.

Running the code

  • Navigate into the virtual environment using:

    .\stegovenv\Scripts\activate.bat
  • Install flask:

    pip install flask
  • Run app.py on the terminal using:

    python app.py
  • Ctrl + click as prompted on the link and enjoy the webpage!

About

Using the phase coding technique to apply the discrete fourier transform to breakup the audio file in the amplitudes of different frequencies and then bring changes to the amplitude of certain frequencies which is inaudible to the human ear and encode the message on the signal in binary and recombine the all the frequencies back together and the…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published