Add volume and mute control support in audiomixer

This commit is contained in:
Wim Taymans 2017-11-23 16:55:32 +01:00
parent 4b84e34744
commit cb3198c458
5 changed files with 212 additions and 81 deletions

View file

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