label_audio_deepfake
Generate compliance-ready disclosure labels for AI-generated or manipulated audio, including written and spoken text and placement guidance per EU AI Act Article 50(4).
Instructions
Generate deepfake label for AI-generated or manipulated audio per Article 50(4).
This tool provides disclosure text for audio content that has been artificially generated or manipulated. For audio, disclosure can be spoken, written in accompanying materials, or both.
Args: audio_description: Brief description of the audio for context is_artistic_work: Whether this is artistic/creative work (may qualify for exemption) language: Language code (en, es, fr, de). Default: "en"
Returns: Dictionary with label text (written and spoken), placement guidance, and compliance info
Example: label_audio_deepfake( audio_description="AI-generated voice recording", is_artistic_work=False, language="en" )
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | en | |
| is_artistic_work | No | ||
| audio_description | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |