sndfile-enumerators-0.10.0.0: Audio file reading/writing

Sound.Iteratee.Utils

Synopsis

Documentation

interleave :: Storable a => [Vector a] -> Maybe (Vector a)Source

interleave multiple vectors. The inputs must all have the same length, else Nothing.

if there are no input vectors, output Just V.empty