speechmetrics icon indicating copy to clipboard operation
speechmetrics copied to clipboard

A wrapper around speech quality metrics MOSNet, BSSEval, STOI, PESQ, SRMR, SISDR

Results 25 speechmetrics issues
Sort by recently updated
recently updated
newest added

Hi, First and foremost; thank you for this amazing code! 🔥, I want to install both [`pysepm`](https://github.com/schmiph2/pysepm) and [`speechmetrics`](https://github.com/aliutkus/speechmetrics) in my [poetry](https://python-poetry.org/docs/) env; however, I get this error: ```shell $...

I was wondering the exact range of mosnet and srmr ,cuz I have seen few utterances got a result which is larger than 5 ,even up to 8.xx. Really appreciate...

Hi, just crossed this nice package and would like to use it in some of our projects, do you think it would be possible to have it also on PyPI...

Hello. Thank you for the efforts in this all-in-one package. I am mainly using MOSNet and SRMR now, as they are non-intrusive (absolute). But I find that more than 1...

I follow the examples and get something wrong, here are my codes ``` import speechmetrics window_length = 5 # seconds metrics = speechmetrics.load('absolute', window_length) scores = metrics("/Wave/000001.wav") print(scores) ``` and...

Hey, I wonder what you would think about making the WB PESQ from [here](https://github.com/ludlows/python-pesq) the default in `speech_metrics`. This replicates the results from Loizou's Matlab code. We could still keep...