🎉 live server seems to be working now
This commit is contained in:
11
third_party/sendspin-go/pkg/sync/doc.go
vendored
Normal file
11
third_party/sendspin-go/pkg/sync/doc.go
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
// ABOUTME: Clock synchronization using Kalman time filter
|
||||
// ABOUTME: Provides NTP-style clock sync with offset and drift tracking
|
||||
//
|
||||
// Package sync provides clock synchronization for precise audio timing.
|
||||
//
|
||||
// Uses a two-dimensional Kalman filter to track both clock offset and drift
|
||||
// between client and server, following the Sendspin time filter specification.
|
||||
// NTP-style round-trip time measurements feed the filter for optimal estimation.
|
||||
//
|
||||
// Reference: https://github.com/Sendspin/time-filter
|
||||
package sync
|
||||
Reference in New Issue
Block a user