LocalAudioMonitorSettings interface

Settings for the local audio monitor output see NorskOutput.localAudioMonitor()

Signature:

export interface LocalAudioMonitorSettings extends SinkNodeSettings<LocalAudioMonitorNode>

Properties

Property Type Description

deviceName?

string

(Optional) Output device name, as enumerated by hardware info’s audioDevices. Omit for the platform’s default output device. In containers the device must be passed through (/dev/snd for ALSA on Linux).