quick start:isip_signal_detect -param param.sof -input_format wav [options] [files]
description:isip_signal_detect -help; isip_signal_detect -param param.sof -input_format wav isip_signal_detect -param param.sof -input_format wav file1.sof file2.sof file3.sof ... isip_signal_detect -param param.sof -input_format wav -list list.sof
isip_signal_detect -param params.sof -input_format wav -list list.sofThe output files will be generated in the current directory with the same name as each input file on the list. The output directory can be changed using the output option:
isip_signal_detect -param params.sof -input_format wav -directory tmp -list list.sof
isip_signal_detect -param params.sof -input_format wav -directory tmp -suffix "_new" -extension "sofx" -output_format sof -output_type text foo.sofIn this case, a file "$PWD/tmp/foo_new.sofx" will be created. Because the "-output_type" option is used, the output file will be a text and it is a Sof file because the "-output_format" option is used.