Extended Audio Description (Prerecorded)
Shawn Sandy (Ally.Cafe) ~
Creating accessible multimedia content is a key aspect of ensuring web accessibility. One important feature for making video content accessible to users with visual impairments is the use of extended audio description. This article will explore what extended audio descriptions are, why they are important, how they fit into the Web Content Accessibility Guidelines (WCAG) 2.2, and best practices for implementation.
What is Extended Audio Description?
Extended audio description refers to the additional narration added to video content to describe important visual elements that are not conveyed through the main audio track. This narration provides essential context and information, enabling users with visual impairments to understand the visual content fully. Unlike standard audio descriptions, extended audio descriptions may require the video to be paused to allow more time for these descriptions to be provided.
Why is Extended Audio Description Important?
- Inclusive Access: It ensures that users with visual impairments have access to the same information as sighted users, promoting inclusivity.
- Enhanced Understanding: Provides detailed descriptions of visual elements, actions, and other important details that are otherwise inaccessible.
- Compliance with Accessibility Standards: Helps content creators meet accessibility standards and legal requirements.
WCAG 2.2 Guidelines and Success Criteria
The Web Content Accessibility Guidelines (WCAG) 2.2 include criteria specifically related to audio descriptions:
- 1.2.7 Extended Audio Description (Prerecorded) (Level AAA)
- Description: Where pauses in foreground audio are insufficient to allow audio descriptions to convey the sense of the video, extended audio descriptions are provided for all prerecorded video content in synchronized media.
- Example: Adding extended audio descriptions to a training video where critical visual information is conveyed rapidly and cannot be described during natural pauses.
Implementing Extended Audio Descriptions
-
Script Preparation: Create a detailed script that includes all visual information necessary for understanding the content. Identify where extended descriptions are needed.
-
Timing and Synchronization: Ensure that the video can be paused or slowed down to allow the extended descriptions to be included without overlapping the main audio.
-
Professional Narration: Use clear and concise narration by a professional voice artist to provide extended descriptions.
-
Integration: Integrate the extended audio descriptions into the video using video editing software, ensuring that they are synchronized properly with the visual content.
<video controls> <source src="video-with-extended-audio-description.mp4" type="video/mp4" /> Your browser does not support the video tag. </video>
Best Practices for Extended Audio Descriptions
- Clarity and Detail: Provide clear, concise, and detailed descriptions of all relevant visual elements, including actions, expressions, settings, and other important details.
- User Control: Ensure that users have control over playback to pause, rewind, or skip through descriptions as needed.
- Consistent Quality: Maintain a high standard of audio quality and consistency throughout the descriptions.
- User Feedback: Gather feedback from users with visual impairments to continually improve the quality and effectiveness of the audio descriptions.
Example of Extended Audio Description
Consider a scene in a video where a character silently picks up a mysterious object and examines it closely. The extended audio description might be:
“The character slowly reaches out and picks up a small, intricately carved wooden box. She turns it over in her hands, examining the detailed patterns and symbols etched into the surface. Her brow furrows in concentration as she tries to decipher the markings.”
Relevant Resources
For more information on creating and implementing extended audio descriptions, refer to the following resources:
-
WCAG 2.2 Quick Reference: Media Alternatives
-
3Play Media: Audio Description Services
-
W3C WAI: Extended Audio Description
-
Audio Description Project: Guidelines for Audio Description
By incorporating extended audio descriptions into your multimedia content, you ensure that it is accessible to all users, enhancing inclusivity and meeting important accessibility standards.
Found an error, typo, or bug please edit on github or open an issue or ticket