Installing the command-line executable
Assuming you have Rust/Cargo installed , run this command in a terminal:
cargo install visqol
It will make the visqol
command available in your PATH
if you've allowed the PATH
to be modified when installing Rust . cargo uninstall visqol
uninstalls.
Back to the crate overview .
Readme
Implementation of the Visqol v3.1 algorithm for speech quality evaluation in Rust
Builds a command line executable which produces Visqol scores, with a command line interface similar to the C++ implementation.
Also check out the library for using visqol within your Rust project!
Installation
Assuming you have the cargo
package manager installed, type cargo install visqol
to install the binary.
Usage
visqol - - help
or simply visqol
will show you all the flags you can set when invoking the binary.