Skip to content

the MEX wrapper for PESQ (Perceptual Evaluation of Speech Quality)

Notifications You must be signed in to change notification settings

ludlows/pesq-mex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MATLAB Mex wrapper for PESQ (Perceptual Evaluation of Speech Quality)

I modified some lines of code to solve linker errors when using MEX compiler.

It maybe useful if you encountered similar errors.

Usage

  1. using MATLAB run compile_test.m if you want to compile the source code.

  2. after compiling, adding './bin' into MATLAB path.

addpath('./bin/');
  1. using pesq_mex.m function to compute PESQ. (there are examples in compile_test.m file.)

About Python Wrapper for PESQ score

if you like using python to compute PESQ score, you may interested in this implementation:

https://github.com/ludlows/python-pesq

About

the MEX wrapper for PESQ (Perceptual Evaluation of Speech Quality)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published