@@ -10,7 +10,7 @@ description: |
1010 it through `Class.Wire`. It provides a single **Input** pin but does not
1111 produce any output streams.
1212 Note that all audio processing is disabled on the server in order to conserve resources;
13- `Class.AudioAnalyzer`'s properties and methods return empty or zero results when used from server scripts.
13+ Properties and methods of `Class.AudioAnalyzer` return empty or zero results when used from server scripts.
1414code_samples : []
1515inherits :
1616 - Instance
@@ -22,8 +22,8 @@ properties:
2222 The loudest volume observed during the last audio buffer.
2323 description : |
2424 The loudest volume observed during the last audio buffer. This property
25- changes more often than the framerate, and does not fire changed events.
26- On the server, this property is always 0 .
25+ changes more often than the framerate and does not fire changed events.
26+ On the server, this property is always `0` .
2727 code_samples : []
2828 type : float
2929 tags :
@@ -49,8 +49,8 @@ properties:
4949 This property is generally more stable than
5050 `Class.AudioAnalyzer.PeakLevel|PeakLevel` but it may not capture momentary
5151 volume spikes.
52- This property changes more often than the framerate, and does not fire changed events.
53- On the server, this property is always 0 .
52+ This property changes more often than the framerate and does not fire changed events.
53+ On the server, this property is always `0` .
5454 code_samples : []
5555 type : float
5656 tags :
0 commit comments