2 releases
0.1.2 | Jun 17, 2024 |
---|---|
0.1.1 | Jun 16, 2024 |
0.1.0 |
|
#145 in Audio
84 downloads per month
215KB
5K
SLoC
Visqol 3.1 CLI tool
- 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, typecargo install visqol
to install the binary.
Usage
visqol --help
or simplyvisqol
will show you all the flags you can set when invoking the binary.
Dependencies
~80MB
~1M SLoC