pw-top: add new tool

Uses ncurses to display all drivers and nodes with their latency,
error count and DSP usage.
This commit is contained in:
Wim Taymans 2020-09-28 21:00:23 +02:00
parent bd051e89a5
commit ae8f8b25f6
3 changed files with 585 additions and 0 deletions

View file

@ -45,6 +45,15 @@ executable('pw-metadata',
dependencies : [pipewire_dep],
)
if ncurses_dep.found()
executable('pw-top',
'pw-top.c',
c_args : [ '-D_GNU_SOURCE' ],
install: true,
dependencies : [pipewire_dep, ncurses_dep],
)
endif
if get_option('pw-cat') and sndfile_dep.found()
pwcat_sources = [