Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PESQ score greater than 4.5? #51

Closed
frankfyf opened this issue Aug 27, 2023 · 1 comment
Closed

PESQ score greater than 4.5? #51

frankfyf opened this issue Aug 27, 2023 · 1 comment

Comments

@frankfyf
Copy link

It has been mentioned in many literature that the PESQ score should be ranged from -0.5 to 4.5, but when I set the ref and the deg to be the same it always return a constant value greater than 4.5 (~4.64 actually) , is this something by design or did I missed anything?

For example:

fs = 16000
duration = 10
rand_audio = np.random.randn(duration*fs)
pesq(
    fs,
    rand_audio,
    rand_audio,
    'wb'
)

always gives
4.643888473510742

@ludlows
Copy link
Owner

ludlows commented Aug 27, 2023

Hi @frankfyf ,
have you check this issue (#13)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants