Files
alsa/
direct.rs
1
//! Functions that bypass alsa-lib and talk directly to the kernel.
2
3
pub mod
pcm;
4
5
mod
ffi;