CreateInputAudioSignalGenerator

Generate a test audio signal with a configurable waveform.

Request Type: AudioSignalGeneratorMessage (streamed)

Field

Type

Repeated

Description

message

oneOf

⮑initial_config

AudioSignalGeneratorConfiguration

⮑update_config

AudioSignalGeneratorConfigurationUpdate

⮑play

google.protobuf.Empty

Resume generation after a pause. On resume the generator’s media clock continues contiguously (the realtime generator adjusts T0 for the paused wall-clock duration), so a paused-then-resumed signal stays gapless — the same behaviour the MP4 file input’s play/pause already provides. This lets a silence/tone generator be held in lockstep with a paused file source.

⮑pause

google.protobuf.Empty

Pause generation, freezing the media clock until the next play.

Response Type: AudioSignalGeneratorEvent (streamed)

Field

Type

Repeated

Description

message

oneOf

⮑node_id

MediaNodeId

⮑outbound_context

Context