We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7730a8f commit c9779f0Copy full SHA for c9779f0
src/KristofferStrube.Blazor.WebAudio/AudioNodes/AnalyserNode.cs
@@ -188,7 +188,7 @@ public async Task SetMinDecibelsAsync(double value)
188
}
189
190
/// <summary>
191
- /// Gets a value from <c>0</c>0 to <c>1</c> where <c>0</c> represents no time averaging with the last analysis frame. The default value is <c>0.8</c>.
+ /// Gets a value from <c>0</c> to <c>1</c> where <c>0</c> represents no time averaging with the last analysis frame. The default value is <c>0.8</c>.
192
/// </summary>
193
public async Task<double> GetSmoothingTimeConstantAsync()
194
{
0 commit comments