DOS reserved words are accepted as input/output file names.
If the same file path string is specified for both input and output, the wav file used for input will be overwritten.
If non-alphanumeric characters such as Kanji are used in the path string for -behaviour_params, the file may not be read correctly.
If the contents of the JSON file specified by -behaviour_params are invalid as follows, undefined behavior such as abnormal termination or apparent success may occur:
Keys are not enclosed in double quotes.
Keys are assigned unsupported values (e.g., string values where bool or float are expected).