Skip to content

Commit 1218468

Browse files
authored
Update AudioAnalyzer.yaml
Add a note about AudioAnalyzer:GetSpectrum returning an empty array.
1 parent 81cb05b commit 1218468

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +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.
120121
code_samples: []
121122
parameters: []
122123
returns:

0 commit comments

Comments
 (0)