Commit 072d248
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 072d248
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| |||
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
88 | | - | |
| 89 | + | |
89 | 90 | | |
90 | 91 | | |
91 | 92 | | |
| |||
0 commit comments