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
|`worklet`|`(Array<Float32Array>, number) => void`| The worklet to be executed. |
68
-
|`bufferLength`|`number`| The size of the buffer that will be passed to the worklet on each call. |
69
-
|`inputChannelCount`|`number`| The number of channels that the node expects as input (it will get min(expected, provided)). |
70
-
|`workletRuntime`|`AudioWorkletRuntime`| The kind of runtime to use for the worklet. See [worklet runtimes](/docs/worklets/worklets-introduction#what-kind-of-worklets-are-used-in-react-native-audio-api) for details. |
71
-
72
-
#### Errors
73
-
74
-
| Error type | Description |
75
-
| :---: | :---- |
76
-
|`Error`|`react-native-worklet` is not found as dependency. |
77
-
|`NotSupportedError`|`bufferLength` < 1. |
78
-
|`NotSupportedError`|`inputChannelCount` is not in range [1, 32]. |
|`worklet`|`(Array<Float32Array>, number, number, number) => void`| The worklet to be executed. |
89
-
|`workletRuntime`|`AudioWorkletRuntime`| The kind of runtime to use for the worklet. See [worklet runtimes](/docs/worklets/worklets-introduction#what-kind-of-worklets-are-used-in-react-native-audio-api) for details. |
90
-
91
-
#### Errors
92
-
93
-
| Error type | Description |
94
-
| :---: | :---- |
95
-
|`Error`|`react-native-worklet` is not found as dependency. |
|`worklet`|`(Array<Float32Array>, Array<Float32Array>, number, number) => void`| The worklet to be executed. |
106
-
|`workletRuntime`|`AudioWorkletRuntime`| The kind of runtime to use for the worklet. See [worklet runtimes](/docs/worklets/worklets-introduction#what-kind-of-worklets-are-used-in-react-native-audio-api) for details. |
107
-
108
-
#### Errors
55
+
### `createBiquadFilter`
109
56
110
-
| Error type | Description |
111
-
| :---: | :---- |
112
-
|`Error`|`react-native-worklet` is not found as dependency. |
|`worklet`|`(Array<Float32Array>, number) => void`| The worklet to be executed. |
178
+
|`bufferLength`|`number`| The size of the buffer that will be passed to the worklet on each call. |
179
+
|`inputChannelCount`|`number`| The number of channels that the node expects as input (it will get min(expected, provided)). |
180
+
|`workletRuntime`|`AudioWorkletRuntime`| The kind of runtime to use for the worklet. See [worklet runtimes](/docs/worklets/worklets-introduction#what-kind-of-worklets-are-used-in-react-native-audio-api) for details. |
181
+
182
+
#### Errors
183
+
184
+
| Error type | Description |
185
+
| :---: | :---- |
186
+
|`Error`|`react-native-worklet` is not found as dependency. |
187
+
|`NotSupportedError`|`bufferLength` < 1. |
188
+
|`NotSupportedError`|`inputChannelCount` is not in range [1, 32]. |
|`worklet`|`(Array<Float32Array>, number, number, number) => void`| The worklet to be executed. |
199
+
|`workletRuntime`|`AudioWorkletRuntime`| The kind of runtime to use for the worklet. See [worklet runtimes](/docs/worklets/worklets-introduction#what-kind-of-worklets-are-used-in-react-native-audio-api) for details. |
200
+
201
+
#### Errors
202
+
203
+
| Error type | Description |
204
+
| :---: | :---- |
205
+
|`Error`|`react-native-worklet` is not found as dependency. |
|`worklet`|`(Array<Float32Array>, Array<Float32Array>, number, number) => void`| The worklet to be executed. |
216
+
|`workletRuntime`|`AudioWorkletRuntime`| The kind of runtime to use for the worklet. See [worklet runtimes](/docs/worklets/worklets-introduction#what-kind-of-worklets-are-used-in-react-native-audio-api) for details. |
217
+
218
+
#### Errors
219
+
220
+
| Error type | Description |
221
+
| :---: | :---- |
222
+
|`Error`|`react-native-worklet` is not found as dependency. |
0 commit comments