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
| samplingRate | indicates your audio sampling rate. The larger the value, the more lines the waveform will present and the higher the accuracy. But this value is not recommended to be too large, because too large a value will slow down rendering efficiency, the recommended value is between ` 8000 - 44100 `|`Number`|`22050`|
146
146
| cursorWidth | indicates your cursor width |`Number`|`2`|
147
147
| cursorColor | the color of your cursor |`String`|`#fff`|
148
-
| maskColor | the color of the waveform mask layer |`String`|`fff`|
148
+
| maskColor | the color of the waveform mask layer |`String`|`#fff`|
149
149
| lazy | whether to enable lazy loading mode, if you want to display multiple waveforms as a list, this property is very useful |`Boolean`|`true`|
150
150
| skeleton | whether to enable the skeleton during waveform loading |`Boolean`|`true`|
151
151
| skeletonColor | the color of the skeleton |`String`|`#232323`|
152
+
| interact | indicates whether you want the user to interact with the waveform |`Boolean`|`true`|
0 commit comments