Commit d519102
committed
tools: analyze-wav.py: Increase coverage threshold
Increase the coverage threshold for detecting audio glitches. The
threshold defines how many frequencies need to be "active" to mark a
point as a glitch. The increase of the parameter decreases a chance for
a false positive where the spectrogram is "blurry", but doesn't contain
glitches.
Signed-off-by: Pawel Langowski <pawelx.langowski@intel.com>1 parent 17253b3 commit d519102
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
0 commit comments