mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
stream: remove client-stream
Use an adapter instead of the client-stream. This means we run the audioconverters and resamplers in the client instead of the pipewire daemon. It also allows us to implement the audio mixing correctly in the capture client. The only pending piece is that we now wake up the client with the period of the server. Maybe we can later optimize that and accumulate/split buffers before waking the client. This probably needs fixing with video..
This commit is contained in:
parent
01d9f4eb3a
commit
0cdc3dce0b
6 changed files with 55 additions and 1427 deletions
|
|
@ -27,7 +27,6 @@ pipewire_module_client_node = shared_library('pipewire-module-client-node',
|
|||
[ 'module-client-node.c',
|
||||
'module-client-node/remote-node.c',
|
||||
'module-client-node/client-node.c',
|
||||
'module-client-node/client-stream.c',
|
||||
'module-client-node/protocol-native.c',
|
||||
'spa/spa-node.c', ],
|
||||
c_args : pipewire_module_c_args,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue