Function rotary::buf::translate[][src]

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

Translate the content of one buffer from into the buffer specified by to.

Only the common count of channels will be copied.