audiomixer: separate mixer functions

This commit is contained in:
Wim Taymans 2017-06-27 17:48:34 +02:00
parent c14d727ae5
commit 7fbe811a03
4 changed files with 459 additions and 107 deletions

View file

@ -1,4 +1,4 @@
audiomixer_sources = ['audiomixer.c', 'plugin.c']
audiomixer_sources = ['audiomixer.c', 'conv.c', 'plugin.c']
audiomixerlib = shared_library('spa-audiomixer',
audiomixer_sources,