mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-17 08:56:49 -05:00
adapter: move to SPA plugin
Move the adapter code to a SPA plugin and make the adapter module use the plugin instead.
This commit is contained in:
parent
7f885b6db4
commit
9364f64b10
5 changed files with 1075 additions and 1285 deletions
|
|
@ -1,12 +1,13 @@
|
|||
audioconvert_sources = ['fmtconvert.c',
|
||||
audioconvert_sources = ['audioadapter.c',
|
||||
'audioconvert.c',
|
||||
'fmtconvert.c',
|
||||
'fmt-ops.c',
|
||||
'channelmix.c',
|
||||
'channelmix-ops.c',
|
||||
'resample.c',
|
||||
'splitter.c',
|
||||
'merger.c',
|
||||
'audioconvert.c',
|
||||
'plugin.c']
|
||||
'plugin.c',
|
||||
'resample.c',
|
||||
'splitter.c']
|
||||
|
||||
simd_cargs = []
|
||||
simd_dependencies = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue