mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
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:
parent
bd051e89a5
commit
ae8f8b25f6
3 changed files with 585 additions and 0 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue