diff --git a/packages/audiodocs/docs/types/window-type.mdx b/packages/audiodocs/docs/types/window-type.mdx index 64ec2a86..084bcf75 100644 --- a/packages/audiodocs/docs/types/window-type.mdx +++ b/packages/audiodocs/docs/types/window-type.mdx @@ -11,6 +11,12 @@ sidebar_position: 3 Set [Blackman window](https://www.sciencedirect.com/topics/engineering/blackman-window) as window function. - - 'hann` + - `hann` Set [Hanning window](https://www.sciencedirect.com/topics/engineering/hanning-window) as window function. + +:::caution + +On `Web`, the value of`window` is permanently `'blackman'`, and it cannot be set like in the `Android` or `iOS`. + +:::