Skip to content

Capture Audio Output of Subprocess using Pipewire #7

Answered by Curve
ghost asked this question in Q&A
Discussion options

You must be logged in to vote

a. You'd have to consult the pipewire documentation for this, it's probably possible to capture the output of a node with it's API but I'm not sure, a naive approach would be to link the node to another node that records it's input
b. Please take a look at venmic, which implements this (in case you want a code example) - In short: you need to link the output of one node to the input of the other, this can be done using links, see rohrkabels pipewire::link_factory for easy creation

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant