Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't run with Matlab 2020a #11

Open
nvd1 opened this issue Jun 24, 2020 · 0 comments
Open

Doesn't run with Matlab 2020a #11

nvd1 opened this issue Jun 24, 2020 · 0 comments

Comments

@nvd1
Copy link

nvd1 commented Jun 24, 2020

We could only get MUPET to process files on an earlier version of Matlab (2018b). On Matlab 2020a (observed on both a PC and Mac), audio files do not process and these errors appear:

Processing file "my filename" Check for missing argument or incorrect argument data type in
call to function 'resample'.

Error in compute_musv_segment (line 37)
audio_segment=resample(audio_segment,dsfac,fix(fsOrig/fs*dsfac));

Error in compute_musv (line 84)
[syllable_data_segment,segment_start_rewind,~,nb_of_frames]=compute_musv_segment(handles,audio_segment,info.SampleRate,GTB,frame_start,audiofile,resample_normal);

Error in process_file (line 7)
[syllable_data, syllable_stats, filestats,
fs]=compute_musv(wav_dir,wav_items(selected_wav),handles);

Error in processAudioFile_Callback (line 2)
handles=process_file(handles);

Error in
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)processAudioFile_Callback(hObject,eventdata,guidata(hObject))
Error while evaluating UIControl Callback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant