AudioSignalGeneratorSettings interface

Settings for an Audio Signal Generator see: NorskInput.audioSignal()

Signature:

export interface AudioSignalGeneratorSettings extends SourceNodeSettings<AudioSignalGeneratorNode>

Properties

Property Type Description

channelLayout

ChannelLayout

The audio channel layout of the generated stream

language?

string

(Optional) The language tag to use. Defaults to no language

sampleFormat?

SampleFormat

(Optional) The sample format to use. Default: "fltp"

sampleRate

SampleRate

The sample rate of the generated stream

sourceName

string

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

wave?

Wave

(Optional) Waveform - create one with mkSine()