mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-06-12 03:01:58 -04:00
node-driver: Increase DLL speed by using SPA_DLL_BW_MAX
This allows the DLL to react faster to clock pace changes.
This commit is contained in:
parent
3ce1f6e454
commit
0550537ce0
1 changed files with 1 additions and 1 deletions
|
|
@ -484,7 +484,7 @@ static void on_timeout(struct spa_source *source)
|
||||||
spa_log_warn(this->log, "err %f > max_resync %f, resetting",
|
spa_log_warn(this->log, "err %f > max_resync %f, resetting",
|
||||||
err, this->max_resync);
|
err, this->max_resync);
|
||||||
}
|
}
|
||||||
spa_dll_set_bw(&this->dll, SPA_DLL_BW_MIN, duration, rate);
|
spa_dll_set_bw(&this->dll, SPA_DLL_BW_MAX, duration, rate);
|
||||||
position = current_position;
|
position = current_position;
|
||||||
err = 0.0;
|
err = 0.0;
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue