bastibe/PySoundCard

Support paNonInterleaved

Opened this issue · 1 comments

This is somehow present in the code (as interleaved_data flag), but it doesn't really work.

The input and output pointers point to an array of channel pointers.
This could be transferred to NumPy as a list of one-dimensional np.ndarrays.

True. The flag doesn't make sense in PySoundCard as numpy takes care of our data layout.