mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
alsa: Added handle for controlling htimestamp autodisable
You can now do this to permanently enable htimestamp:
pw-cli s 38 Props '{ params: [ api.alsa.htimestamp.max-errors: 0, api.alsa.htimestamp: true ]}'
This commit is contained in:
parent
d2e4ad1ae6
commit
67e0ebc336
3 changed files with 22 additions and 3 deletions
|
|
@ -202,6 +202,7 @@ struct state {
|
|||
uint32_t min_delay;
|
||||
uint32_t max_delay;
|
||||
uint32_t htimestamp_error;
|
||||
uint32_t htimestamp_max_errors;
|
||||
|
||||
struct spa_fraction driver_rate;
|
||||
uint32_t driver_duration;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue