pnmixer-rust/src/audio/mod.rs

6 lines
109 B
Rust

//! The audio subsystem with its frontend and backends.
pub mod alsa;
pub mod frontend;
pub mod pulseaudio;