voirs-evaluation 0.1.0-rc.1

Quality evaluation and assessment framework for VoiRS
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Perceptual evaluation and listening test simulation
//!
//! This module provides tools for simulating listening tests and modeling
//! human perceptual responses to speech synthesis systems.

pub mod cross_cultural;
pub mod listening_test;
pub mod multi_listener;

pub use cross_cultural::*;
pub use listening_test::*;
pub use multi_listener::*;