mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-18 08:56:45 -05:00
splitter: add channel splitter
Splits a buffer with multiple non-interleaved channels to multiple buffers, each with 1 channel.
This commit is contained in:
parent
eea05cc139
commit
e869d5bcb0
3 changed files with 973 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
audioconvert_sources = ['fmtconvert.c',
|
||||
'channelmix.c',
|
||||
'resample.c',
|
||||
'splitter.c',
|
||||
'audioconvert.c',
|
||||
'plugin.c']
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue