Working on an audio watermarking system.
I've got the API ready, which requires 2 main values: - The original file ( which can be sent as a file, or hosted internally and requested using an ID ) - The data that needs to be printed into the audio file.
The API will return a watermarked version of the audio file that you can use later to extract the same data you sent before.
It's currently being tested on a production website, will wait for feedback, improve, and create an actual service out of the API.