Skip to contents

The function will make a unique directory associated with a particular speech signal file, which will then be unique ans safe for calling Praat DSP functions concurrently.

Usage

make_dsp_environment()

Value

The full path of the constructed directory (string).

Details

Teardown of the environment should be done using the clear_dsp_environment function, which should then be called using the same signal file name. The file path is used "as is" when creating the concurrency safe environment, so the user should make sure to do any file path normalization prior to using this function and clear_dsp_environment so that the unique identifier of the environment being constructed and tore down are ensured to be the same.

See also

clear_dsp_environment