Retries on alsa error, coming from the audiointerface.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user