jdonley / SoundZone_Tools

Signal Processing Tools for MATLAB
GNU General Public License v2.0
106 stars 49 forks source link

Linux version of MEX files #3

Open naba89 opened 7 years ago

naba89 commented 7 years ago

Hi,

could you provide linux builds of the pesq mex functions?

Regards Nabarun

jdonley commented 7 years ago

Hi naba89,

I will look into this and if/when I get time I will upload some linux built mex functions. In the meantime you can have a read of these two posts over at soundzones.com on how to edit the standard source code in order to compile your own: https://www.soundzones.com/2015/11/10/a-fast-matlab-executable-mex-compilation-of-the-pesq-measure/ https://www.soundzones.com/2017/08/03/an-even-faster-parallel-matlab-executable-mex-compilation-of-the-pesq-measure/

If you manage to successfully compile the linux mex functions I would be happy to include them via a pull request.

Hope this helps for the meantime, Jacob