spa: add adapter-control example to test audioadapter nodes

Example executable that runs an output audioadapter using audiotestsrc as slave
with an input audioadapter using alsa-pcm-sink as slave for easy testing.
This commit is contained in:
Julian Bouzas 2020-01-21 14:37:06 -05:00 committed by Wim Taymans
parent 1eba8d7f74
commit a5d17ba6d1
2 changed files with 584 additions and 0 deletions

View file

@ -9,3 +9,8 @@ executable('example-control', 'example-control.c',
include_directories : [spa_inc ],
dependencies : [dl_lib, pthread_lib, mathlib],
install : false)
executable('adapter-control', 'adapter-control.c',
include_directories : [spa_inc ],
dependencies : [dl_lib, pthread_lib, mathlib],
install : false)