mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-16 07:00:00 -05:00
pulse: add volume change example
This commit is contained in:
parent
413c233b9a
commit
9c0ff170f9
3 changed files with 223 additions and 0 deletions
7
pipewire-pulseaudio/test/meson.build
Normal file
7
pipewire-pulseaudio/test/meson.build
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
executable('test-volume',
|
||||
'test-volume.c',
|
||||
c_args : [ '-D_GNU_SOURCE' ],
|
||||
install : installed_tests_enabled,
|
||||
install_dir : join_paths(installed_tests_execdir, 'examples'),
|
||||
dependencies : [pipewire_dep, mathlib, pulseaudio_dep],
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue