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

@ -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')