Closed suchyun1993 closed 3 years ago
Besides, the export function also met some problem. When I was trying to export spectrogram it shows:
Error using imwrite (line 448)
Unable to determine the file format from the file name.
Error in esportspect_Callback (line 28)
imwrite(I2,cmap,fullFileName,'png','BitDepth',8); % Re-change it to colored one
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in DeepSqueak (line 29)
gui_mainfcn(gui_State, varargin{:});
Error in matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)DeepSqueak('esportspect_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating Menu Callback.
Export Audio alse needs to manually modify the format of start time.
Looks like I missed updating a few functions. Batch rejection by threshold should now work. I'll get around to the other issues ASAP
Ok, all of the exporting bugs you found should be fixed. Let me know if you find anything else.
Wow, thank you so much for your super fast response !! 😮 I will be using it for a long time. I will let you know if I could find anything else. Cheers 🙌
Hi Coffey,
Thanks for your recent update of version 3.0! After several days of use, I found the function "Batch Reject by Threshold" doesn't work anymore. It shows issue as below:
It seems some variables are no longer available in the new version (for example, there is no column called "Rate" in the detected mat. file). This function is quite useful to remove some false positive detection of calls from noisy environment. Could you fix this function please? Thank you very much!
Warm regards, Yun