mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
examples: add example audio source
This commit is contained in:
parent
0bf03abafb
commit
40d2451718
2 changed files with 205 additions and 0 deletions
|
|
@ -3,6 +3,11 @@ executable('video-src',
|
|||
install: false,
|
||||
dependencies : [pipewire_dep],
|
||||
)
|
||||
executable('audio-src',
|
||||
'audio-src.c',
|
||||
install: false,
|
||||
dependencies : [pipewire_dep, mathlib],
|
||||
)
|
||||
executable('export-source',
|
||||
'export-source.c',
|
||||
install: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue