1extern crate sphinxad_sys; 2 3mod audio_device; 4mod error; 5 6pub use audio_device::AudioDevice; 7pub use error::Error;