copy method

BufferWav copy()

Implementation

BufferWav copy() {
  return BufferWav(simplesRate, signal);
}