CreateTransformAudioGraph
Run a spectrum-audio processing graph (gain / filter / … ) over an audio stream
Request Type: AudioGraphMessage (streamed)
Field |
Type |
Repeated |
Description |
message |
oneOf |
||
⮑subscription |
|||
⮑initial_config |
|||
⮑set_params |
|||
⮑get_graph |
google.protobuf.Empty |
Request the graph’s shape + applied params (answered with |
Response Type: AudioGraphEvent (streamed)
Field |
Type |
Repeated |
Description |
message |
oneOf |
||
⮑node_id |
|||
⮑outbound_context |
|||
⮑subscription_response |
|||
⮑inbound_context |
|||
⮑params_updated |
google.protobuf.Empty |
||
⮑measurement |
|||
⮑graph |
|||
⮑measurement_batch |
|||
⮑params_applied |
Echo of every setParams as it is applied — lets the client relay param changes to its own UI clients without tracking state itself. |