https://uplex.de/audiowmark/

Andreas Profous c67195ce99 Add .gitignore 6 anos atrás
src a34a277f3c Change default for pre_scale to match current watermark delta. 6 anos atrás
.gitignore c67195ce99 Add .gitignore 6 anos atrás
Dockerfile 313ffb6a18 Add Dockerfile 6 anos atrás
Makefile.am 313ffb6a18 Add Dockerfile 6 anos atrás
README 313ffb6a18 Add Dockerfile 6 anos atrás
autogen.sh 313ffb6a18 Add Dockerfile 6 anos atrás
configure.ac 9b87c34ac7 BUILD: use -Wall 6 anos atrás

README

Audio Watermarking

(TODO)

Building fftw

audiowmark needs the single prevision variant of fftw3.

If you are building fftw3 from source, use the `--enable-float`
configure parameter to build it, e.g.::

cd ${FFTW3_SOURCE}
./configure --enable-float --enable-sse && \
make && \
sudo make install

or, when building from git

cd ${FFTW3_GIT}
./bootstrap.sh --enable-shared --enable-sse --enable-float && \
make && \
sudo make install

Docker Build

You should be able to execute audiowmark via Docker.
Example that outputs the usage message:

docker build -t audiowmark .
docker run -it audiowmark -h