Reply To: Sound Source Localization with suppression of constant noise

HARK FORUM Sound Source Localization with suppression of constant noise Reply To: Sound Source Localization with suppression of constant noise

#430

>> It is the name of my input.wav?
Yes.

If type is set to string and file name is entered directly in the text box, processing will be done with the specified file.
On the other hand, if you set the type to subnet_param and enter the string ARG1 in the text box you can specify the file at startup.
This has the same effect as $1 written in the shell script.
In other words, when you write ARG2, the contents specified by the 2nd argument in the runtime are reflected.
It is often used when you want to perform the same processing with HARK for various input data.
This method can be used on many other nodes, but sometimes it is necessary to explicitly indicate the type.
In that case, specify as :ARG like string:ARG1, float:ARG3 or etc…

Best regards,
m.takigahira