v0.1.0 - Additional defect types
v0.1.0 — Additional defect types
Three new quality signals beyond pop/click:
New Features
- Clipping detection (
DefectType.clipping) — flags runs of consecutive samples saturated at ±1.0 - Dropout detection (
DefectType.dropout) — flags unexpected digital silence mid-audio (surrounded by signal) - DC offset reporting — per-channel mean bias populated in
AnalysisResult.dcOffsetPerChannel
Configuration
New DetectorConfig options with sensible defaults:
clippingThreshold(0.99),clippingMinRun(3)dropoutSilenceThreshold(1e-4),dropoutMinMs(1.0),dropoutMaxMs(50.0)dcOffsetThreshold(0.01)detectClipping,detectDropouts,detectDcOffsettoggles (all default true)
Testing
- Total test count: 209 (up from 192)