-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Open
Milestone
Description
@nextcloud/integration
We could watermark all the audio files generated by the task processing providers. If we do it at the task processing level, it saves us the effort of implementing it in all providers.
- Audible watermark: We could insert a little bit of audio at the end or the beginning of the file. Something short saying "this audio file was generated by AI".
- Inaudible watermark
- We can store information as ID3 tags inside the file. We could store a comment
- Just like for images, there might be a way to embed something inaudible in the audio itself. I have no idea what the technics are and if there are Php libraries for that
This could be done right before storing the images in appdata, when the task results are set by the provider.