liamtoney / sonify

Sonification of seismic and infrasound signals
https://sonify.rtfd.io
MIT License
32 stars 2 forks source link

Add an anti-aliasing filter prior to resampling #7

Closed liamtoney closed 2 years ago

liamtoney commented 2 years ago

This PR adds an anti-aliasing filter prior to audio trace interpolation being performed. Closes #6.

codecov[bot] commented 2 years ago

Codecov Report

Merging #7 (0f3fbba) into main (a5e677f) will decrease coverage by 0.06%. The diff coverage is 80.00%.

Impacted file tree graph

@@            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.