raplay 0.4.3

Library for playing audio
Documentation
1
2
3
4
5
6
7
pub use cpal::{
    BuildStreamError, DefaultStreamConfigError, DevicesError, FromSample,
    PauseStreamError, PlayStreamError, SampleFormat, StreamError,
    SupportedStreamConfigsError,
};

pub use anyhow::Result as AnyhowResult;