swesterfeld / audiowmark

Audio Watermarking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use it in android?

badboy-tian opened this issue · comments

hi, how to use it by jni. make so file use by android ?

Currently the target platform for audiowmark is Linux. That is what I develop and test for. It should also work on macOS. There is no C++ API (and no JNI), usually one would just spawn a subprocess to do the watermarking. Data can be streamed into the watermarker and out of the watermarker using stdin and stdout. For watermark detection there is also the --json option for machine readable output.