AudioBuffer.chunkBy

Return an input range that returns several subbuffers that covers the parent buffer, each with length not larger than maxFrames.

  1. auto chunkBy(int maxFrames)
  2. auto chunkBy(int maxFrames)
    struct AudioBuffer(T)
    nothrow @nogc @safe const
    chunkBy
    ()

Meta