Skip to content

Commit a22fe81

Browse files
Meg/voice consent gate (#3153)
* Adding voice consent gate blogpost * Removing extra thumbnail * Adding another link * Adding a couple changes following Merve's comments * Adding Lucie's other name * Restore updates --------- Co-authored-by: Pedro Cuenca <[email protected]>
1 parent 46896b6 commit a22fe81

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

voice-consent-gate.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@ title: "Voice Cloning with Consent"
33
thumbnail: /blog/assets/voice-consent-gate/
44
authors:
55
- user: meg
6-
- user: luciekaffee
6+
- user: frimelle
77
---
88

99

1010

1111
# Voice Cloning with Consent
1212

13+
_In this blog post, we introduce the idea of a 'voice consent gate' to support voice cloning with consent. We provide [an example Space](https://huggingface.co/spaces/society-ethics/RepeatAfterMe) and [accompanying code](https://huggingface.co/spaces/society-ethics/RepeatAfterMe/tree/main) to start the ball rolling on the idea._
1314

1415
<img src="https://huggingface.co/spaces/society-ethics/RepeatAfterMe/resolve/main/assets/voice_consent_gate.png" alt="Line-drawing/clipart of a gate, where the family name says Consent" width="50%"/>
1516

@@ -30,7 +31,7 @@ We provide a basic demo of this idea below:
3031
3132
## Ethics in Practice: Consent as System Infrastructure
3233

33-
The voice consent gate is a bit of infrastructure we're exploring that provides methods for ethical principles like **consent** to be embedded directly into AI system workflows. By requiring consent to be spoken and recognized before proceeding, the gate turns an ethical principle into a computational condition. This creates a traceable, auditable interaction: An AI model can only run after an unambiguous act of consent.
34+
The voice consent gate is a piece of infrastructure we're exploring that provides methods for ethical principles like **consent** to be embedded directly into AI system workflows. By requiring consent to be spoken and recognized before proceeding, the gate turns an ethical principle into a computational condition. This creates a traceable, auditable interaction: An AI model can only run after an unambiguous act of consent.
3435

3536
Such design choices matter beyond voice cloning. They illustrate how AI systems can be built to respect autonomy by default, and how transparency and consent can be made functional, not just declarative.
3637

0 commit comments

Comments
 (0)