```
feat: add drift compensation system for synchronized audio capture with EMA-based detection and resampling - Added DriftDetector using exponential moving average and linear regression to calculate clock drift in ppm between primary/secondary audio sources - Implemented DriftMetrics for tracking overflow counts, adjustment counts, and throttled logging to prevent log spam - Created DriftCompensator with rubato-based resampling to apply dynamic ratio adjustments when drift exceeds threshold - Added comprehensive
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
}
|
||||
},
|
||||
"include": [
|
||||
"src/noteflow/application/services"
|
||||
"client/src/api"
|
||||
],
|
||||
"ignore": {
|
||||
"useGitignore": true,
|
||||
|
||||
Reference in New Issue
Block a user