splitter: add channel splitter

Splits a buffer with multiple non-interleaved channels to multiple
buffers, each with 1 channel.
This commit is contained in:
Wim Taymans 2018-04-13 20:00:30 +02:00
parent eea05cc139
commit e869d5bcb0
3 changed files with 973 additions and 0 deletions

View file

@ -1,6 +1,7 @@
audioconvert_sources = ['fmtconvert.c',
'channelmix.c',
'resample.c',
'splitter.c',
'audioconvert.c',
'plugin.c']