vBaiCai / python-pesq

A python package for calculating the PESQ.
MIT License
353 stars 69 forks source link

PESQ #16

Closed ahaanparekh closed 4 years ago

ahaanparekh commented 4 years ago

Hi vBaiCai! thanks a lot for sharing this. I have been trying to implement PESQ. I was wondering from the code:

from pypesq import pesq ref, sr = sf.read(...) deg, sr = sf.read(...)

what exactly is suppose to be the input to sf.read.

Thank you in advance!

vBaiCai commented 4 years ago

hi, ahaanparekh The input to sf.read is the path of the audio file.