You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cancelTime: The time after which any previously scheduled parameter changes will be cancelled. It is a time in the same time coordinate system as the {{AudioContext}}'s {{BaseAudioContext/currentTime}} attribute. <span class="synchronous">A {{RangeError}} exception MUST be thrown if <code>cancelTime</code> is negative. If {{AudioParam/cancelAndHoldAtTime()/cancelTime}} is less than {{BaseAudioContext/currentTime}}, it is clamped to {{BaseAudioContext/currentTime}}.
4205
+
cancelTime: The time after which any previously scheduled parameter changes will be cancelled. It is a time in the same time coordinate system as the {{AudioContext}}'s {{BaseAudioContext/currentTime}} attribute. <span class="synchronous">A {{RangeError}} exception MUST be thrown if <code>cancelTime</code> is negative.</span> If {{AudioParam/cancelAndHoldAtTime()/cancelTime}} is less than {{BaseAudioContext/currentTime}}, it is clamped to {{BaseAudioContext/currentTime}}.
4206
4206
</pre>
4207
4207
4208
4208
<div>
@@ -11745,7 +11745,7 @@ Once per second, execute the update audio stats algorithm:
11745
11745
[=Document/visibility state=] is `"visible"`, set <var>canUpdate</var> to
11746
11746
true.
11747
11747
1. Let <var>permission</var> be the [=permission state=] for the permission
11748
-
associated with [="microphone"=] access.
11748
+
associated with [=microphone=] access.
11749
11749
If <var>permission</var> is "granted", set <var>canUpdate</var> to true.
11750
11750
1. If <var>canUpdate</var> is false, abort these steps.
11751
11751
1. Set {{[[underrun duration]]}} to the total duration of all [=underrun events=]
@@ -11764,9 +11764,10 @@ Once per second, execute the update audio stats algorithm:
11764
11764
{{[[audio context]]}} playback over the {{currently tracked interval}}.
11765
11765
</div>
11766
11766
11767
-
<h4>Privacy considerations for {{AudioPlaybackStats}}</h4>
0 commit comments