Function audio::buf::copy[][src]

pub fn copy<I, O, T>(from: I, to: O) where
    I: Channels<T>,
    O: ChannelsMut<T>,
    T: Copy

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

Only the common count of channels will be copied.