Article 50 Has Two Halves. Most Voice Teams Built One.
Article 50 transparency obligations have applied since 2 August 2026. Nearly every voice team shipped the disclosure line. Far fewer built the second duty, machine-readable marking of synthetic audio with a detection mechanism, which carries a 2 December 2026 transitional deadline and an engineering problem underneath it.
ScaleVoice
September 2, 2026 · 7 min read
Direct answer
Article 50 of the EU AI Act imposes two distinct duties. The first requires systems that interact directly with people to make clear that the person is dealing with an AI, which most voice teams implemented as a spoken disclosure. The second requires providers of systems generating synthetic audio to embed machine-readable markings and provide a detection mechanism; for generative systems already on the market a transitional period for that duty runs to 2 December 2026. The second duty is harder for real-time telephony because published research shows audio watermarks degrade badly under compression, so a signed record of every synthesised utterance is a more reliable way to answer whether specific audio was generated by a given system.
Since 2 August 2026 the transparency obligations in Article 50 of the EU AI Act have been applicable, with national authorities able to enforce them and exposure running up to 15 million euros or 3 percent of worldwide annual turnover, whichever is higher.
This is not legal advice. What follows is an engineering argument about which half of the obligation teams have actually built.
Two duties, not one
Article 50 asks for two different things, and they are not the same kind of work.
The first is disclosure. A system that interacts directly with a person has to make it apparent that the person is dealing with an AI, unless that is already obvious. Nearly every team shipped this. It is a sentence at the top of the call, a line in the greeting, a configuration flag. It took an afternoon and a conversation with legal about wording.
The second is provenance. A system that generates or manipulates synthetic audio, image, video or text has to embed machine-readable markings so the output is detectable as artificially generated, and provide a means of detection. For generative systems already on the market when the rules landed, a limited transitional period applies to that marking and detection duty, and it runs out on 2 December 2026.
That is the half far fewer teams have built, and the reason is not administrative.
Why the obvious implementation is hard
Ask an engineer to make audio machine-detectable and they will reach for a watermark: embed an imperceptible signal in the waveform, publish a detector, done. That is the right instinct for a downloaded file. It is a much harder proposition inside a live phone call.
Two published results frame the problem.
RAW-Bench is a benchmark that evaluated deep-learning audio watermarking methods against a realistic pipeline of distortions including compression, background noise and reverberation, across speech, environmental sound and music. Its headline finding is that neural compression is the most damaging attack on watermarks, and that this holds even when the watermarking method was trained against those compressions. Training on the attack helps. The authors are explicit that it is not always sufficient.
CallShield, published in January 2026, is among the closest work to doing this properly in real time. It embeds and recovers a watermark bit by bit inside 40-millisecond frames of live 8 kHz speech, which is to say at telephone bandwidth, in real time. What is instructive is everything the authors had to build around it. Because the channel is lossy, they treat the call as a noisy serial link and wrap it in a data-link protocol with frame synchronisation, error detection, correction and retransmission. Even then, completing their full authentication exchange takes an average of 63 seconds, including up to three retransmissions.
Sixty-three seconds of speech to reliably land a small payload, in a purpose-built research system, by people who were trying hard.
Now hold that against a real service call. It lasts ninety seconds. The synthetic audio is generated a phrase at a time, streamed over a narrowband codec, transcoded at least once by a carrier, possibly re-encoded by a recording platform, and interrupted constantly by a human talking over it. Whatever survives that is not guaranteed to be what the detector is looking for.
A prediction with a date on it
By the end of Q1 2027, the first serious wave of Article 50 reviews will find that a meaningful share of deployed voice systems shipped a watermark that does not reliably survive their own production channel. The teams that can actually answer whether specific audio was generated by them, on a given call, at a given time, will have answered it from a signed record rather than from the audio.
For real-time telephony the durable artifact is not the mark in the waveform. It is provenance at the record layer: for every synthesised utterance, a durable entry holding the call identifier, the timestamp, the text spoken, the voice and model that produced it, and a hash of the emitted audio, held by the provider and reachable through a detection interface a legitimate enquirer can query.
It answers the question the regulation is asking. It survives transcoding because it never travelled through the channel. And it is the same record already needed for quality review, incident forensics and any dispute about what a system told somebody.
The counter-case
The watermark advocates have a point that a record cannot fully answer. A signed record only works if someone comes and asks. It is custodial, it relies on the generator being cooperative and still in business, and it does nothing for a recipient holding an audio file with no idea where it came from. That is precisely what in-band marking is for, and it is why the research above is worth funding rather than dismissing.
A serious answer is probably both: mark what you can, and never let the mark be the only thing standing between you and the question.
There is also a fair objection that this reads an engineering constraint into a legal text that has not been tested, and the first enforcement actions may care about something else entirely. That is true. It is not a reason to arrive in December with nothing.
What to do this week
The useful exercise costs nothing. Open the architecture diagram and put a finger on the exact place where a specific generated utterance becomes findable again after the call ends.
If the finger does not land anywhere, that is the finding.
Next step
See how your first workflow could work in a demo.
Share the call source, booking rules, systems you use, and when your team should step in. ScaleVoice will show how the first workflow can turn that demand into measurable booked outcomes.
Book a demoRelated pages
FAQ
Questions to consider before your first workflow
What does Article 50 of the EU AI Act require?
It sets transparency duties. Systems interacting directly with people must make clear that the person is dealing with an AI unless that is obvious, and systems generating synthetic audio, image, video or text must embed machine-readable markings and provide a means of detecting that the content is artificially generated.
When did Article 50 take effect?
The transparency obligations have been applicable since 2 August 2026 and are enforceable by national competent authorities. For generative systems already placed on the market, a transitional period for the marking and detection duty runs to 2 December 2026.
Why is marking synthetic audio difficult for phone calls?
Telephony is a lossy, narrowband, real-time channel. Published benchmarking finds neural compression is the most damaging attack on audio watermarks even when the method was trained against it, and the closest real-time system in the literature needs error correction, retransmission and an average of 63 seconds of speech to reliably land a payload at telephone bandwidth. A typical service call is far shorter and is transcoded and interrupted.
What is the alternative to an audio watermark?
Provenance at the record layer. For every synthesised utterance, retain a durable signed entry containing the call identifier, timestamp, spoken text, the voice and model used, and a hash of the emitted audio, exposed through a detection interface. It is unaffected by transcoding because it does not travel through the audio channel.
Is a signed record sufficient on its own?
Not in every scenario. A record is custodial and only helps when someone queries the provider, so it does nothing for a third party holding an unattributed audio file. In-band marking addresses that case, which is why a combined approach is the more defensible position.