Closed liamtoney closed 2 years ago
Merging #7 (0f3fbba) into main (a5e677f) will decrease coverage by
0.06%
. The diff coverage is80.00%
.
@@ Coverage Diff @@
## main #7 +/- ##
==========================================
- Coverage 79.56% 79.49% -0.07%
==========================================
Files 2 2
Lines 274 278 +4
==========================================
+ Hits 218 221 +3
- Misses 56 57 +1
Impacted Files | Coverage Δ | |
---|---|---|
sonify/sonify.py | 79.04% <80.00%> (-0.07%) |
:arrow_down: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update a5e677f...0f3fbba. Read the comment docs.
This PR adds an anti-aliasing filter prior to audio trace interpolation being performed. Closes #6.