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:
Carlos Rafael Giani 2026-05-26 11:40:56 +02:00
parent 3ce1f6e454
commit 0550537ce0

View file

@ -484,7 +484,7 @@ static void on_timeout(struct spa_source *source)
spa_log_warn(this->log, "err %f > max_resync %f, resetting",
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;
err = 0.0;
} else {