AudioSignalGeneratorSettings interface
Settings for an Audio Signal Generator see: NorskInput.audioSignal()
Signature:
export interface AudioSignalGeneratorSettings extends SourceNodeSettings<AudioSignalGeneratorNode>
Extends: SourceNodeSettings<AudioSignalGeneratorNode>
Properties
Property | Type | Description |
---|---|---|
The audio channel layout of the generated stream |
||
string |
(Optional) The language tag to use. Defaults to no language |
|
number |
(Optional) Number of frames to output. Defaults to infinite |
|
number |
(Optional) Number of audio samples per frame. Defaults to 1024 |
|
(Optional) The sample format to use. Default: "fltp" |
||
The sample rate of the generated stream |
||
string |
The source name to set in the stream key of the outgoing stream |
|
Wave |
(Optional) Waveform - create one with mkSine() |