TimeViewers / signalworks

MIT License
3 stars 2 forks source link

using resampy for Wave.resample instead of scipy.signal.resample_poly #36

Closed spencer-hann closed 4 years ago

j9ac9k commented 4 years ago

This is to address the case of int(self._fs / fs) = 1 in the resampling method.

j9ac9k commented 4 years ago

Thanks for the PR @spencer-hann !

lxkain commented 4 years ago

Indeed, thank you!