Skip to content

Commit

Permalink
Merge pull request #5 from sas91/reverb
Browse files Browse the repository at this point in the history
Added patch files
  • Loading branch information
Szu-JuiChen committed Nov 8, 2018
2 parents 03ffe53 + f453337 commit 9c0887d
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
14 changes: 14 additions & 0 deletions egs/reverb/s5/local/score_RealData.patch
@@ -0,0 +1,14 @@
11c11
< clear all;
---
> function score_RealData(download_from_ldc,senhroot)
26c26,27
< srmrdir = 'SRMRtoolbox-ReverbChallenge';
---
> srmrdir = 'SRMRToolbox';
> addpath(genpath('SRMRToolbox/libs'));
32d32
< senhroot = '../output/RealData';
129a130,131
>
> end
19 changes: 19 additions & 0 deletions egs/reverb/s5/local/score_SimData.patch
@@ -0,0 +1,19 @@
11c11
< clear all;
---
> function score_SimData(download_from_ldc,senhroot,pesqdir)
26,27c26,27
< srmrdir = 'SRMRtoolbox-ReverbChallenge';
< % pesqdir = '/directory/where/pesq/executable/is/stored';
---
> srmrdir = 'SRMRToolbox';
> addpath(genpath('SRMRToolbox/libs'));
36d35
< senhroot = '../output/SimData';
471c470,472
< fclose(fid);
\ No newline at end of file
---
> fclose(fid);
>
> end

0 comments on commit 9c0887d

Please sign in to comment.