Info

此问题已关闭。 请重新打开它进行编辑或回答。

Error using rt_input_file

1 次查看(过去 30 天)
Punto
Punto 2020-3-4
关闭: MATLAB Answer Bot 2021-8-20
Hi
So I am currently trying to use a file from matlab fine exchange and trying to figure out if I am doing something wrong or if the issue is within the code. The code I am trying to use is:
It sort of works when I start it. I get the same window which is seen on the screenshot. However when I try use some functions changed the soundsource to load file I get the following error:
Error using rt_input_file/post_init (line 41)
rt_input_file: file: emergency.wav doesn't exist in folder C:\Users\XXX\Documents\MATLAB
Error in rtprocess/initialize (line 36)
post_init(obj.basic_module);
Error in rt_full_gui/fullgui_post_init (line 206)
initialize(obj.input_process);
Error in rt_full_gui/updateparams (line 317)
fullgui_post_init(obj,'input');
Error in rt_full_gui/run (line 470)
updateparams(obj);
Error in rt_start_here (line 19)
run(obj);
Am I doing something wrong, maybe issues within the file path or something?
PS: For anyone interested I am trying to analyze a soundfile with functions within this code such as loudness, sharpness etc. There are some thirdparty apps within this code but I can't make them work either.
  2 个评论
Geoff Hayes
Geoff Hayes 2020-3-5
Punto - it looks like this code is assuming the existence of a file named emergency.wav...but it hasn't been included in the download (and I couldn't see it at the GitHub site either). Unless it is assumed that it comes with one of the toolbox dependencies? You could try emailing the author directly at bleeck@gmail.com.
Punto
Punto 2020-3-5
Yeah thanks! I think emailing the author is the best option.

回答(0 个)

此问题已关闭。

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by