Created
June 14, 2018 14:57
-
-
Save reachsumit/70bad5ab598cbd8952f8bfd07deea733 to your computer and use it in GitHub Desktop.
This code contains a demo for Audio Steganography. It is to be used by the receiver end, to extract the secret audio embedded within the public audio file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; replace the below frequency number with the original frequency used to embed the secret | |
(mult *track* (hzosc 17500.0)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment