make_dsp_environment | R Documentation |
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.
make_dsp_environment()
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.
The full path of the constructed directory (string).
clear_dsp_environment
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.