Function rodio::play_raw [] [src]

pub fn play_raw<S>(endpoint: &Endpoint, source: S) where
    S: Source<Item = f32> + Send + 'static, 

Plays a source to an end point until it ends.

The playing uses a background thread.