You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/KristofferStrube.Blazor.WebAudio/AudioNodes/AnalyserNode.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ public async Task<ulong> GetFftSizeAsync()
120
120
/// Sets the size of the FFT used for frequency-domain analysis (in sample-frames).
121
121
/// </summary>
122
122
/// <remarks>
123
-
/// It throws an <see cref="IndexSizeErrorException"/> if <paramref name="value"/> is not in the range <c>32</c> to <c>32768</c>
123
+
/// It throws an <see cref="IndexSizeErrorException"/> if <paramref name="value"/> is not a power of <c>2</c> or if it is outside the range of <c>32</c> to <c>32768</c>
124
124
/// The default value is <c>2048</c>.
125
125
/// Note that large FFT sizes can be costly to compute.
0 commit comments