CreateTransformAudioGraph

Run a spectrum-audio processing graph (gain / filter / … ) over an audio stream

Request Type: AudioGraphMessage (streamed)

Field

Type

Repeated

Description

message

oneOf

⮑subscription

Subscription

⮑initial_config

AudioGraphConfiguration

⮑set_params

AudioGraphSetParams

⮑get_graph

google.protobuf.Empty

Request the graph’s shape + applied params (answered with graph).

Response Type: AudioGraphEvent (streamed)

Field

Type

Repeated

Description

message

oneOf

⮑node_id

MediaNodeId

⮑outbound_context

Context

⮑subscription_response

SubscriptionResponse

⮑inbound_context

Context

⮑params_updated

google.protobuf.Empty

⮑measurement

AudioGraphMeasurement

⮑graph

AudioGraphState

⮑measurement_batch

AudioGraphMeasurementBatch

⮑params_applied

AudioGraphSetParams

Echo of every setParams as it is applied — lets the client relay param changes to its own UI clients without tracking state itself.