PySoundCard
PySoundCard copied to clipboard
Support paNonInterleaved
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.