more work on audioconvert

Implement audioconvert as a complex element of fmtconver,
channelmix and resample.
Make copying resample just to test.
Plug the converter into pw_stream.
This commit is contained in:
Wim Taymans 2018-04-10 15:54:29 +02:00
parent de36330917
commit b3b47d3fe9
9 changed files with 1454 additions and 542 deletions

View file

@ -1,4 +1,8 @@
audioconvert_sources = ['fmtconvert.c', 'audioconvert.c', 'channelmix.c', 'plugin.c']
audioconvert_sources = ['fmtconvert.c',
'channelmix.c',
'resample.c',
'audioconvert.c',
'plugin.c']
audioconvertlib = shared_library('spa-audioconvert',
audioconvert_sources,