visqol

Crates.iovisqol
lib.rsvisqol
version0.1.2
sourcesrc
created_at2024-06-16 19:17:07.824564
updated_at2024-06-17 18:46:54.817507
descriptionThe Visqol v3.1 cli tool for speech quality evaluation in Rust
homepage
repositoryhttps://github.com/dstrub18/visqol-rs/tree/main/visqol
max_upload_size
id1273749
size40,681
Daniel Struebig (dstrub18)

documentation

README

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, 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.
Commit count: 76

cargo fmt