| Crates.io | visqol |
| lib.rs | visqol |
| version | 0.3.1 |
| created_at | 2024-06-16 19:17:07.824564+00 |
| updated_at | 2025-09-05 18:28:53.853655+00 |
| description | The Visqol v3.1 CLI tool for speech quality evaluation in Rust |
| homepage | |
| repository | https://github.com/dstrub18/visqol-rs/tree/main/visqol |
| max_upload_size | |
| id | 1273749 |
| size | 46,919 |
cargo package manager installed, type cargo install visqol to install the binary.visqol --help or simply visqol will show you all the flags you can set when invoking the binary.
Note that the CLI tool has 2 subcommands:
All command line flags pertaining only the individual modes will have to be specified after the subcommand.
Flags like --reference_file will have to be specified before the subcommand as they are mandatory regardless of which mode the algorithm runs in.
visqol \ # command
--reference_file visqol-rs/test_data/clean_speech/CA01_01.wav \ # reference file
--degraded_file visqol-rs/test_data/clean_speech/degraded_signal.wav \ # degraded file
wideband \ # mode: wideband|fullband
--use_unscaled_speech_mos_mapping # flag for wideband mode only
`