Browser - in-browser WASM Smelter
When running in-browser WASM build of Smelter there is only one possible SmelterManager, and it does not have to be create explicitly
WebWasmSmelterOptions
Type definitions
Properties
framerate
Output framerate defined as a number or a ratio.
- Type:
number | { num: number, den: number }
streamFallbackTimeoutMs
Timeout duration (in ms) that specifies when the smelter should switch to a fallback option if the input stream ceases to send frames.
- Type:
number
- Default value:
500