PySoundCard icon indicating copy to clipboard operation
PySoundCard copied to clipboard

Support paNonInterleaved

Open mgeier opened this issue 11 years ago • 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.

mgeier avatar Mar 18 '14 10:03 mgeier

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

bastibe avatar Mar 18 '14 10:03 bastibe