Skip to content

Commit 84ca24c

Browse files
authored
Apply suggestions from code review
1 parent 9f3fd04 commit 84ca24c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en-us/reference/engine/classes/AudioLimiter.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ properties:
3535
- name: AudioLimiter.MaxLevel
3636
summary: 'The maximum volume tolerated.'
3737
description: |
38-
The maximum volume, in decibels, that the limiter will allow to pass through, unclamped.
38+
The maximum volume, in decibels, that the limiter will allow to pass through, without reduction.
3939
Whenever the input stream exceeds `Class.AudioLimiter.MaxLevel`, the output stream's volume will be reduced to compensate.
4040
This value ranges from -12 to 0.
4141
code_samples: []
@@ -54,9 +54,9 @@ properties:
5454
- Audio
5555
writeCapabilities: []
5656
- name: AudioLimiter.Release
57-
summary: 'The amount of time it takes to unclamp previously-loud streams.'
57+
summary: 'The amount of time it takes for previously-loud streams to return to their normal volume.'
5858
description: |
59-
The amount of time, in seconds, that it takes for the limiter to unclamp any previously (but not currently) loud streams.
59+
The amount of time, in seconds, that it takes for any previously (but not currently) loud streams to return to their normal volume.
6060
This value ranges from 0.001 to 1.
6161
code_samples: []
6262
type: float

0 commit comments

Comments
 (0)