pyfar icon indicating copy to clipboard operation
pyfar copied to clipboard

_PyfarMultichannel class

Open h-chmeruk opened this issue 6 months ago • 1 comments

As proposed in the Issue #835, here is a draft implementation of the _NumPyBase class. This abstract class should define the NumPy-like functions that must then be implemented by the _Audio, Coordinates and other classes.

Edit: From the fourth commit , the class _NumPyBase is now called _PyfarMultichannel.

h-chmeruk avatar Sep 01 '25 09:09 h-chmeruk

i have just noticed, that __getitem__ and __setitem__ are not there yet, this is the implentation for slicing, see eg audio classes

ahms5 avatar Sep 02 '25 16:09 ahms5