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
@@ -70,7 +76,7 @@ public async Task SetBufferAsync(AudioBuffer? value)
70
76
}
71
77
72
78
/// <summary>
73
-
/// Gets the flag for whether the impulse response from the buffer will be scaled by an equal-power normalization when the buffer atttribute is set.<br />
79
+
/// Gets the flag for whether the impulse response from the buffer will be scaled by an equal-power normalization when the buffer attribute is set.<br />
74
80
/// </summary>
75
81
/// <remarks>
76
82
/// Its default value is <see langword="true"/> in order to achieve a more uniform output level from the convolver when loaded with diverse impulse responses.
@@ -87,7 +93,7 @@ public async Task<bool> GetNormalizeAsync()
87
93
}
88
94
89
95
/// <summary>
90
-
/// Sets the flag for whether the impulse response from the buffer will be scaled by an equal-power normalization when the buffer atttribute is set.<br />
96
+
/// Sets the flag for whether the impulse response from the buffer will be scaled by an equal-power normalization when the buffer attribute is set.<br />
91
97
/// </summary>
92
98
/// <remarks>
93
99
/// Its default value is <see langword="true"/> in order to achieve a more uniform output level from the convolver when loaded with diverse impulse responses.
0 commit comments