//! D-Bus interface for the audio service.
//!
//! Contains the server-side daemon interface and client-side proxy.
pub use AudioProxy;
pub use AudioDaemon;
/// D-Bus service name.
pub const SERVICE_NAME: &str = "com.wayle.Audio1";
/// D-Bus object path.
pub const SERVICE_PATH: &str = "/com/wayle/Audio";