Skip to content

Commit 57a390e

Browse files
authored
Update content/en-us/reference/engine/classes/AudioAnalyzer.yaml
1 parent 1218468 commit 57a390e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ methods:
117117
Returns the frequency spectrum of the last audio buffer, as an array of
118118
numbers. The elements of the array are root-mean-square volume levels,
119119
evenly spaced from 0 hertz to 24,000 hertz.
120-
However, if any of the analyzer's inputs come from an `Class.AudioDeviceInput`, this method returns an empty array.
120+
If any of the analyzer's inputs come from an `Class.AudioDeviceInput`, this method returns an empty array.
121121
code_samples: []
122122
parameters: []
123123
returns:

0 commit comments

Comments
 (0)