Closed zzzzhuque closed 5 years ago
Hello, I use the savemfcc.m to generate *.bin file but when I execute the code, an error occurred.
savemfcc('~/talkingface//20180619_1_M.wav','~/talkingface/tlkface/wav') Undefined function or variable 'vec2frames'.
Error in mfcc (line 151) frames = vec2frames( speech, Nw, Ns, 'cols', window, false );
Error in runmfcc (line 5) [ CC, FBE, frames ] = mfcc( speech, opt.fs, opt.Tw, opt.Ts, opt.alpha, hamming, opt.R, opt.M, N, opt.L );
Error in savemfcc (line 17) [ MFCCs, ~, ~ ] = runmfcc( Speech, opt );
Could you please tell me where to find 'vec2frames'?
Sorry that this part of the code is borrowed from SyncNet, and the original intention is only to upload a savemfcc function.
Now I have updated the code. Please check again.
Thanks very much.
Hello, I use the savemfcc.m to generate *.bin file but when I execute the code, an error occurred.
Error in mfcc (line 151) frames = vec2frames( speech, Nw, Ns, 'cols', window, false );
Error in runmfcc (line 5) [ CC, FBE, frames ] = mfcc( speech, opt.fs, opt.Tw, opt.Ts, opt.alpha, hamming, opt.R, opt.M, N, opt.L );
Error in savemfcc (line 17) [ MFCCs, ~, ~ ] = runmfcc( Speech, opt );
Could you please tell me where to find 'vec2frames'?