audiolab icon indicating copy to clipboard operation
audiolab copied to clipboard

Integer handling

Open kevmitch opened this issue 12 years ago • 1 comments

There was a similar problem for reading. The buffer was allocated as "np.int" which prevented me from reading 32-bit integer data. I've changed it to explicitly allocate a np.int32 buffer instead which appears to do the right thing.

kevmitch avatar Aug 12 '13 02:08 kevmitch

Ping. Any comments or suggestions for inclusion in the master branch?

kevmitch avatar Dec 10 '13 20:12 kevmitch