diff --git a/files/en-us/web/api/audioworkletnode/parameters/index.html b/files/en-us/web/api/audioworkletnode/parameters/index.html index 793003a8f21a528..e102623dc09c35f 100644 --- a/files/en-us/web/api/audioworkletnode/parameters/index.html +++ b/files/en-us/web/api/audioworkletnode/parameters/index.html @@ -9,6 +9,8 @@ - Property - Reference - Web Audio API + +browser-compat: api.AudioWorkletNode.parameters ---
{{APIRef("Web Audio API")}}
@@ -97,25 +99,11 @@

Examples

Specifications

- - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('Web Audio API', '#dom-audioworkletnode-parameters', 'parameters')}} - {{Spec2('Web Audio API')}}
+{{Specifications}}

Browser compatibility

-

{{Compat("api.AudioWorkletNode.parameters")}}

+

{{Compat}}

See also

diff --git a/files/en-us/web/api/audioworkletprocessor/parameterdescriptors/index.html b/files/en-us/web/api/audioworkletprocessor/parameterdescriptors/index.html index 196496334beedc3..58ad8156c575f45 100644 --- a/files/en-us/web/api/audioworkletprocessor/parameterdescriptors/index.html +++ b/files/en-us/web/api/audioworkletprocessor/parameterdescriptors/index.html @@ -2,27 +2,27 @@ title: AudioWorkletProcessor.parameterDescriptors (static getter) slug: Web/API/AudioWorkletProcessor/parameterDescriptors tags: -- API -- AudioWorkletProcessor -- Experimental -- Property -- Reference -- parameterDescriptors + - API + - AudioWorkletProcessor + - Experimental + - Property + - Reference + - parameterDescriptors + +browser-compat: api.AudioWorkletProcessor.parameterDescriptors ---
{{APIRef("Web Audio API")}}{{SeeCompatTable}}
-

The read-only parameterDescriptors - property of an {{domxref("AudioWorkletProcessor")}}-derived class is a static - getter, which returns an iterable of {{domxref("AudioParamDescriptor")}}-based - objects.

+

The read-only parameterDescriptors property of an {{domxref("AudioWorkletProcessor")}}-derived class is a static getter, + which returns an iterable of {{domxref("AudioParamDescriptor")}}-based objects.

-

The property is not a part of the {{domxref("AudioWorkletProcessor")}} +

The property is not a part of the {{domxref("AudioWorkletProcessor")}} interface, but, if defined, it is called internally by the {{domxref("AudioWorkletProcessor")}} constructor to create a list of custom {{domxref("AudioParam")}} objects in the {{domxref("AudioWorkletNode.parameters", "parameters")}} property of the associated {{domxref("AudioWorkletNode")}}.

-

Defining the getter is optional.

+

Defining the getter is optional.

Syntax

@@ -49,7 +49,7 @@

Value

Examples

-

{{page("/en-US/docs/Web/API/AudioWorkletNode/parameters", "Examples")}}

+

See AudioWorkletNode.parameters for example code showing how to add static parameterDescriptors getter to a custom AudioWorkletProcessor.

Specifications

@@ -71,7 +71,7 @@

Specifications

Browser compatibility

-

{{Compat("api.AudioWorkletProcessor.parameterDescriptors")}}

+

{{Compat}}

See also