aliutkus / speechmetrics

A wrapper around speech quality metrics MOSNet, BSSEval, STOI, PESQ, SRMR, SISDR
MIT License
894 stars 153 forks source link

Feature request: Add support for ViSQOL #15

Open iver56 opened 4 years ago

iver56 commented 4 years ago

Thanks for making speechmetrics!

Here's a candidate implementation of ViSQOL: https://github.com/google/visqol

aliutkus commented 4 years ago

I'm open to a PR, this does not look so easy to install

iver56 commented 4 years ago

I agree, integration with Python seems non-trivial. I added a feature request for Python API here: https://github.com/google/visqol/issues/3

JohnHerry commented 1 year ago

I agree, integration with Python seems non-trivial. I added a feature request for Python API here: google/visqol#3

It just add a python setup.py file. but without a direct usable binary. the bazel compiler is horrable.

JohnHerry commented 1 year ago

The facebook Noresqa is more friendly to pythoners, and easy to integrade.