FileWavInputSettings interface

Settings for an File Based WAV Input see: NorskInput.fileWav()

Signature:

export interface FileWavInputSettings extends SourceNodeSettings<FileWavInputNode>

Properties

Property Type Description

fileName

string

Path to the WAV file to read

sourceName

string

The source name to set in the stream key of the outgoing stream

timeDomain?

TimeDomain

(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.