clear_dsp_environment | R Documentation |
This function will remove the environment that has been created to process a
specific speech signal file signalFileFullPath
. The same signal file path
should be given to this function and the make_dsp_environment function to
ensure that the correct environment is removed.
clear_dsp_environment(dsp_environment_path)
dsp_environment_path |
The full path to a directory set up for storing sound files for processing. |
The function returns FALSE
if the function was unable to remove
the environment. If the function returns TRUE
, the environment associated
with the speech signal file was successfully removed, or did not exist in
the first place.This means that the user can be reasonably sure in this
case to not have clashing environments for Praat to run in if this function returns
TRUE
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.