Function audio::buf::copy

source ·
pub fn copy<I, O>(from: I, to: O)
where I: Buf, O: BufMut<Sample = I::Sample>, I::Sample: Copy,
Expand description

Copy from the buffer specified by from into the buffer specified by to.

Only the common count of channels will be copied.