//! Shared audio infrastructure for NES emulator frontends.
//!
//! This module provides backend-agnostic audio types and utilities
//! shared audio infrastructure for the native frontend.
pub
pub use EmulatorAudio;
pub use AudioResampler;
// AudioConsumer and AudioStats are used by the audio callback; AudioProducer by the emulation loop.
pub use ;