aliutkus / speechmetrics

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

Wide-band PESQ #24

Closed turian closed 3 years ago

turian commented 3 years ago

This updates @mpariente 's https://github.com/aliutkus/speechmetrics/pull/10/files to include an update to the README.

I have had to make small modifications to setup.py to get pip3 install working currently.

turian commented 3 years ago

@aliutkus @mpariente The only issue with my PR is that when you search for relative metric "PESQ", it also includes "NB-PESQ" because it uses substring matching :\ not sure the best way to fix

mpariente commented 3 years ago

Good point, and thanks for adding the note. There should be a warning about backward compatibility though, people who use to refer to PESQ, will now use a different implementation.. I'm not sure every user follows the evolution of the code