Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

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

NotificationsYou 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

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 runcompile_test.m if you want to compile the source code.

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

addpath('./bin/');
  1. usingpesq_mex.m function to compute PESQ. (there are examples incompile_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

[8]ページ先頭

©2009-2025 Movatter.jp