mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -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
|
|
@ -325,6 +325,7 @@ dl_lib = cc.find_library('dl', required : false)
|
|||
pthread_lib = dependency('threads')
|
||||
dbus_dep = dependency('dbus-1')
|
||||
sdl_dep = dependency('sdl2', required : false)
|
||||
ncurses_dep = dependency('ncurses', required : false)
|
||||
sndfile_dep = dependency('sndfile', version : '>= 1.0.20', required : false)
|
||||
|
||||
if get_option('gstreamer')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue