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).
Fixed an issue where the time column in adxlip files output with the -adxlip option was in seconds instead of milliseconds.
Fixed an issue where specifying a file path with the -o option using the reserved extensions for either -lab or -adxlip resulted in corrupted file contents.