Tee Filter Specification
This filter can be used to "split off" additional output sub-graphs in an input or output graph. The primary purpose of the Tee Filter is to offer audio stream monitoring. I.e., divert the audio in an input or output graph without change to a secondary destination.
JSON Structure
{
"name": "Tee",
"outputGraph": [
{
...
},
{
...
}
]
}
Field | Description |
---|---|
outputGraph | An array of specifications for audio output graphs. The array can contain an arbitrary number of graphs. |
Notes:
- The output graphs are specified in the same way as the output graphs in the Pipe Specification itself.
- The audio format of the output graphs is exactly the same as the format of the graph, in which the Tee Filter resides. This includes the channel count. Be aware, that no "channel routing" can be configured here.