File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Abstract: This specification describes a high-level Web <abbr title="Application
30
30
where a number of {{AudioNode}} objects are connected together to define the overall audio rendering.
31
31
The actual processing will primarily take place in the underlying implementation
32
32
(typically optimized Assembly / C / C++ code),
33
- but [[#audioworklet |direct script processing and synthesis]] is also supported.
33
+ but [[#AudioWorklet |direct script processing and synthesis]] is also supported.
34
34
35
35
The [[#introductory]] section covers the motivation behind this specification.
36
36
@@ -292,7 +292,7 @@ The API supports these primary features:
292
292
peer using a {{MediaStreamAudioDestinationNode}}
293
293
and [[!webrtc]] .
294
294
295
- * Audio stream synthesis and processing [[#audioworklet |directly using scripts]] .
295
+ * Audio stream synthesis and processing [[#AudioWorklet |directly using scripts]] .
296
296
297
297
* [[#Spatialization|Spatialized audio]] supporting a wide
298
298
range of 3D games and immersive environments:
@@ -322,7 +322,7 @@ The API supports these primary features:
322
322
323
323
* Dynamics compression for overall control and sweetening of the mix
324
324
325
- * Efficient [[#analysernode |real-time time-domain and frequency-domain analysis / music visualizer support]] .
325
+ * Efficient [[#AnalyserNode |real-time time-domain and frequency-domain analysis / music visualizer support]] .
326
326
327
327
* Efficient biquad filters for lowpass, highpass, and other common filters.
328
328
You can’t perform that action at this time.
0 commit comments