1 2 3 4 5 6 7
//! Backend implementations for spatial audio processing. //! //! This module provides optional backend implementations: //! - ONNX-based neural HRTF synthesis via oxionnx #[cfg(feature = "onnx")] pub mod onnx;