resampy icon indicating copy to clipboard operation
resampy copied to clipboard

Different edge modes

Open bmcfee opened this issue 6 years ago • 0 comments

The current implementation (implicitly) supports only one form of edge behavior: zero-padding.

With a bit of work, we could support the usual array of edge modes:

  • constant padding (non-zero)
  • edge
  • reflection/symmetric
  • wrap

This would help give users a bit more control to clean up some boundary cases reported in #62.

bmcfee avatar Jun 04 '18 16:06 bmcfee