Replies: 1 comment
-
I've transferred this to discussions, as this is more a question than an actual problem with the code.
Typically you will have a complete system with a web server that is adding the watermark while it is sending the data and a client that plays the audio and/or video stream. One way to test that the system as a whole works correctly is to capture a few minutes of audio from your web browser and use
Since
where you place all the
The watermark will be repeated periodically all ~50 seconds, however extraction from a shorter clip can work quite well, so this does not mean that you actually need 50 seconds of audio. Currently it is not possible to make the watermark itself shorter (except for using "short codes" maybe), but increasing the strength will make it more likely that a short clip from the watermark will be detected successfully. So for instance if However, asking for the watermark to be detected reliably on 1 second of audio material would result in a strength requirement that is almost certainly to be unacceptable from a quality point of view. |
Beta Was this translation helpful? Give feedback.
-
when i run this:
How do I know it works correctly?
How do I extract the watermark from send1.ts ?
And , What should I do to get the watermark added every second?
Please help me.
Beta Was this translation helpful? Give feedback.
All reactions