From 97558ce338d3832346bbf245a0062deda2487b22 Mon Sep 17 00:00:00 2001 From: Gabe <66077254+MrBrain295@users.noreply.github.com> Date: Wed, 16 Mar 2022 16:28:55 -0500 Subject: [PATCH] Fix: #3783 --- .../webaudio_playbackrate_explained/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/guide/audio_and_video_delivery/webaudio_playbackrate_explained/index.md b/files/en-us/web/guide/audio_and_video_delivery/webaudio_playbackrate_explained/index.md index 10ea1a78d680b36..0333711667981ca 100644 --- a/files/en-us/web/guide/audio_and_video_delivery/webaudio_playbackrate_explained/index.md +++ b/files/en-us/web/guide/audio_and_video_delivery/webaudio_playbackrate_explained/index.md @@ -83,7 +83,7 @@ There is also an event available called `ratechange`, which fires every time the ### Notes - Most browsers stop playing audio outside `playbackRate` bounds of 0.5 and 4, leaving the video playing silently. For most applications, it's recommended that you limit the range to between 0.5 and 4. -- The pitch of the audio track does not change when `playBackRate` is altered. +- The pitch of the audio track does not change when `playBackRate` is altered on the {{ htmlelement("video") }} element. - Negative values will not cause the media to play in reverse. - IE9+ switches to the default playback rate when an `ended` event is fired. - Firefox generates a `ratechange` event when the media source is substituted.