Audio Signal

Generates audio signals including silence, sine waves, and other signal types with configurable sample rate and channel layout

Component Configuration

Option Description Required

id

A unique identifier for the component instance

displayName

The name shown in the Studio UI of this component

wave

Resolution scaling (default: {"type":"silence"})

sampleRate

Samplerate in Hz of the generated audio (default: 48000)

channelLayout

Channel layout of the generated audio (default: "stereo")

notes

Additional notes about this component

Wave (Silence)

Option Description Required

type

"silence"

Wave (Sine Wave)

Option Description Required

type

"sine"

freq

Frequency (hz) (default: 444)

db

Level in dB (default: 0)