We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
the 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.
using MATLAB runcompile_test.m if you want to compile the source code.
compile_test.m
after compiling, adding './bin' into MATLAB path.
addpath('./bin/');
pesq_mex.m
if you like using python to compute PESQ score, you may interested in this implementation:
https://github.com/ludlows/python-pesq