yongxuUSTC / DNN-Speech-enhancement-demo-tool

Universal Deep neural network based speech enhancement demo and tools, well pre-trained DNN model
63 stars 23 forks source link

matlab compiler runtime #2

Open WallyZambotti opened 6 years ago

WallyZambotti commented 6 years ago

Your demo application is linked against mclmcrrt710.dll which is part of matlab 2009. Mathworks do not provide online downloads for versions prior to 2012 (mclmcrrt7_17.dll) which I have tried but does not work.

From the mathworks matlab MCR download page

https://au.mathworks.com/products/compiler/matlab-runtime.html

      • Online versions of MATLAB Runtime are only available for releases after R2012a. Older releases of MATLAB Runtime were shipped with MATLAB Compiler. If you do not have MATLAB, please request the Runtime from the MATLAB Compiler user who created the deployed package.

As required by the licensing agreement with mathworks matlab can you please provide a download for the mcrinstaller.exe which is located in folder:

C:\Program Files\MATLAB\R2009a\toolbox\compiler\deploy\win32

Without this executable the only people able to run your demo must have an old copy of 2009 matlab available, which is not likely!

yongxuUSTC commented 6 years ago

Please use "step1_DNNenh_for16khz.m" not using "*.exe" to run the demo. High version Matlab should be OK to run the demo. Because all involved matlab functions can be updated with higher matlab version, like audioread.


Yong XU https://sites.google.com/view/xuyong/home

From: WallyZambotti Date: 2018-08-08 21:08 To: yongxuUSTC/DNN-Speech-enhancement-demo-tool CC: Subscribed Subject: [yongxuUSTC/DNN-Speech-enhancement-demo-tool] matlab compiler runtime (#2) Your demo application is linked against mclmcrr710.dll which is part of matlab 2009. Mathworks do not provide online downloads for versions prior to 2012 (mclmcrr7_17.dll) which I have tried but does not work. From the mathworks matlab MCR download page Online versions of MATLAB Runtime are only available for releases after R2012a. Older releases of MATLAB Runtime were shipped with MATLAB Compiler. If you do not have MATLAB, please request the Runtime from the MATLAB Compiler user who created the deployed package. As required by the licensing agreement with mathworks matlab can you please provide a download for the mcrinstaller.exe which is located in folder: C:\Program Files\MATLAB\R2009a\toolbox\compiler\deploy\win32 Without this executable the only people able to run your demo must have an old copy of 2009 matlab available, which is not likely! — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

yongxuUSTC commented 6 years ago

If you just want to get an enhanced waveform, please comment out all of related .exe files, because all of these exe files are just used to calc some metrics. These exe files might be dependent on some *.dll files.

WallyZambotti commented 6 years ago

Confirmed running step1_DNNenh_for16khz.m in matlab R2018A worked. Samples needed to be short and in 16Khz.

yongxuUSTC commented 6 years ago

great! Yes, wav files should be in 16bit and 16khz and single channel.


Yong XU https://sites.google.com/view/xuyong/home

From: WallyZambotti Date: 2018-08-09 21:59 To: yongxuUSTC/DNN-Speech-enhancement-demo-tool CC: yong xu @ seattle; Comment Subject: Re: [yongxuUSTC/DNN-Speech-enhancement-demo-tool] matlab compiler runtime (#2) Confirmed running step1_DNNenh_for16khz.m in matlab R2018A worked. Samples needed to be short and in 16Khz. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

panxin801 commented 5 years ago

hello, doc yongxu. I have a question is that I don't find "config\se_weights50(TIMIT-16k-115NT-80H,ReLU-F6NAT-hid2500-bMFCC93-Mel40-DropoutV0.1H0.1-2out0.8S0.2N-energyN,epoch50,err46.51).mat " this file, so where can I find it , can you help me with this ,thanks a lot.

yongxuUSTC commented 5 years ago

The weights are here: https://drive.google.com/file/d/0B5r5bvRpQ5DRR1lIV1hpZ0RLQ0E/view

On Fri, 21 Dec 2018 at 02:51, Xin Xin notifications@github.com wrote:

hello, doc yongxu. I have a question is that I don't find "config\se_weights50(TIMIT-16k-115NT-80H,ReLU-F6NAT-hid2500-bMFCC93-Mel40-DropoutV0.1H0.1-2out0.8S0.2N-energyN,epoch50,err46.51).mat " this file, so where can I find it , can you help me with this ,thanks a lot.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/yongxuUSTC/DNN-Speech-enhancement-demo-tool/issues/2#issuecomment-449356364, or mute the thread https://github.com/notifications/unsubscribe-auth/AFJj0k-HITzRzQvBh8FtHAFKBLwUYc9fks5u7L01gaJpZM4V1AwB .

panxin801 commented 5 years ago

The weights are here: https://drive.google.com/file/d/0B5r5bvRpQ5DRR1lIV1hpZ0RLQ0E/view On Fri, 21 Dec 2018 at 02:51, Xin Xin @.***> wrote: hello, doc yongxu. I have a question is that I don't find "config\se_weights50(TIMIT-16k-115NT-80H,ReLU-F6NAT-hid2500-bMFCC93-Mel40-DropoutV0.1H0.1-2out0.8S0.2N-energyN,epoch50,err46.51).mat " this file, so where can I find it , can you help me with this ,thanks a lot. — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#2 (comment)>, or mute the thread https://github.com/notifications/unsubscribe-auth/AFJj0k-HITzRzQvBh8FtHAFKBLwUYc9fks5u7L01gaJpZM4V1AwB .

thanks a lot , and I am downloading now. best regards.