Interleaving and De-interleaving Data with Python
While working with sound data I had the need to interleave and de-interleave arrays of data. I also needed it to be very fast. The python package numpy is a very fast, C implementation of multidimensional arrays and provided the