Skip to content

Commit 7f391b4

Browse files
Updated document for exception cases of SetFftSizeAsync.
1 parent cbc1197 commit 7f391b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/KristofferStrube.Blazor.WebAudio/AudioNodes/AnalyserNode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public async Task<ulong> GetFftSizeAsync()
120120
/// Sets the size of the FFT used for frequency-domain analysis (in sample-frames).
121121
/// </summary>
122122
/// <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>
124124
/// The default value is <c>2048</c>.
125125
/// Note that large FFT sizes can be costly to compute.
126126
/// </remarks>

0 commit comments

Comments
 (0)