FileWavInputSettings interface
Settings for an File Based WAV Input see: NorskInput.fileWav()
Signature:
export interface FileWavInputSettings extends SourceNodeSettings<FileWavInputNode>
Extends: SourceNodeSettings<FileWavInputNode>
Properties
| Property | Type | Description |
|---|---|---|
string |
Path to the WAV file to read |
|
string |
The source name to set in the stream key of the outgoing stream |
|
(Optional) Optional time-domain configuration. When set, the input is placed into a named coordinator and is timestamp-aligned with all other inputs sharing the same domain id within this Norsk instance. Omit for the default (uncoordinated) behaviour. |