mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
alsa: add dll to estimate clock drift
Make delay signed in the clock io so that we can simply add it to the tick to get the hw position. Add clock drift to clock info
This commit is contained in:
parent
7925aed863
commit
e69cf24f24
8 changed files with 98 additions and 46 deletions
|
|
@ -7,6 +7,6 @@ spa_alsa_sources = ['alsa.c',
|
|||
spa_alsa = shared_library('spa-alsa',
|
||||
spa_alsa_sources,
|
||||
include_directories : [spa_inc],
|
||||
dependencies : [ alsa_dep, libudev_dep ],
|
||||
dependencies : [ alsa_dep, libudev_dep, mathlib ],
|
||||
install : true,
|
||||
install_dir : '@0@/spa/alsa'.format(get_option('libdir')))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue