voirs-evaluation 0.1.0-rc.1

Quality evaluation and assessment framework for VoiRS
Documentation
1
2
3
4
5
6
7
//! Backend implementations for evaluation processing.
//!
//! This module provides optional backend implementations:
//! - ONNX-based MOS prediction via oxionnx

#[cfg(feature = "onnx")]
pub mod onnx;