Skip to content

imborge/usmsg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

usmsg

usmsg (ultrasound message) - hide messages in songs!

Requirements

  • ffmpeg
  • numpy
  • scipy

"Installing"

Be sure to have ffmpeg installed and in $PATH.

git clone https://github.com/imborge/usmsg.git
cd umsg
pip -r requirements.txt

Usage

Encoding

python usmsg.py -e -i input_file.wav -o output_file.wav -t "Hello, what's up?"

Decoding

python usmsg.py -d -i input_file.wav

Limitations

All characters encoded lasts for one second, if the hidden text is longer than the input audio, the text will be truncated (and vice versa).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages