mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
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:
parent
1eba8d7f74
commit
a5d17ba6d1
2 changed files with 584 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue