lwjjjj / audiomark

Add digital watermarks to audio files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@author Thomas Ramfjord

Use audiomark to embed secret data into ".wav" files!  Unfortunately only available to linux users, audiomark allows you to embed a string of data into a wav file via the "embed" command.  You can then check to see if your friends got the same wav file from you by testing it with the "test" command!

Audiomark is an incomplete attempt at implementing an audio watermarker.  It requires libsndfile and fftw3 to be compiled, and had only been tested on ubuntu.

To use it you have to make a watermark configuration file, which contains several pieces of information necessary to embed data, including the string you wish to embed.

encode to mp3:
  lame <infile.wav> <outfile.mp3>

decode from mp3
  lame --decode <outfile.mp3> <newwav.wav>

About

Add digital watermarks to audio files


Languages

Language:C 100.0%