←back to thread

634 points david927 | 1 comments | | HN request time: 0.208s | source

What are you working on? Any new ideas that you're thinking about?
1. startages ◴[] No.41347039[source]
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.