Retries on alsa error, coming from the audiointerface.

This commit is contained in:
2026-04-21 15:07:31 +02:00
parent cc8766b278
commit fdfe43b6b9
2 changed files with 34 additions and 12 deletions

View File

@@ -31,7 +31,7 @@ artifact_detection:
threshold_db: -60 # Detect unexpected frequencies above noise floor + this threshold (more negative = less sensitive)
amplitude_spikes:
enabled: true
threshold_factor: 5.0 # MAD-based outlier detection on envelope (detects clicks, pops, dropouts). Lower = more sensitive.
threshold_factor: 7.0 # MAD-based outlier detection on envelope (detects clicks, pops, dropouts). Lower = more sensitive.
zero_crossing:
enabled: false
threshold_factor: 2.0 # Number of standard deviations for zero-crossing anomalies (detects distortion)