Audio Control
Audio Control is an accessibility requirement that gives users a way to stop, pause, or lower the volume of any sound that plays automatically on a web page. This matters because unexpected audio can interfere with screen readers and make content difficult or impossible to use for some people. The control should be easy to find and use, independent of the device's overall volume setting.
In the context of digital accessibility, Audio Control corresponds to WCAG Success Criterion 1.4.2 (Level A), which addresses audio that plays automatically for more than a specified short duration. Under this criterion, a mechanism must generally be available to pause or stop the audio, or to control audio volume independently from the overall system volume level. The evidence packet provided does not contain the specific WCAG normative text or timing threshold; practitioners should consult the current W3C WCAG specification for the exact wording, applicable version differences (2.0, 2.1, 2.2), and implementation techniques. This definition addresses the accessibility usage of the term and does not cover unrelated audio-engineering products or hardware that share similar names. This is general information and not legal advice; applicable legal requirements may vary by jurisdiction and evolve through regulation and case law.
Why it matters
When audio begins playing automatically on a web page, it can create serious barriers for people who rely on assistive technology. Screen readers convey information through synthesized speech, and unexpected background audio can drown out or compete with that speech output, leaving a user unable to hear what their screen reader is announcing. For someone who cannot see the screen, locating and silencing the source of the audio may be difficult, which can make the page effectively unusable until the sound stops on its own.
Auto-playing audio can also affect users with cognitive disabilities, who may find sudden or persistent sound distracting or disorienting, as well as people in shared or quiet environments who need to control what their device emits. Providing a clear, easy-to-find way to pause, stop, or lower the audio independently of the system volume addresses these needs directly. Audio Control corresponds to WCAG Success Criterion 1.4.2, which is a Level A requirement, meaning it is commonly treated as a foundational, minimum-level expectation rather than an advanced enhancement.
Because the evidence available for this entry does not include the WCAG normative text, timing thresholds, or version-specific details, practitioners should verify exact requirements against the current W3C WCAG specification. Meeting this criterion supports accessibility but does not by itself guarantee an accessible experience or legal compliance; requirements can vary by jurisdiction and evolve through regulation and case law, and qualified legal counsel should be consulted for compliance questions.
Who it's relevant to
Inside Audio Control
Common questions
Answers to the questions practitioners most commonly ask about Audio Control.