pnmixer-rust/src/audio/mod.rs

5 lines
89 B
Rust
Raw Permalink Normal View History

2017-07-19 10:12:08 +00:00
//! The audio subsystem with its frontend and backends.
pub mod alsa;
pub mod frontend;