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:
Wim Taymans 2019-07-10 18:04:59 +02:00
parent 7f885b6db4
commit 9364f64b10
5 changed files with 1075 additions and 1285 deletions

View file

@ -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 = []