pnmixer-rust/src/audio/mod.rs

6 lines
109 B
Rust
Raw 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;
2017-10-02 14:18:53 +00:00
pub mod pulseaudio;