Tear down a DSP environment
clear_dsp_environment.Rd
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.
Arguments
- dsp_environment_path
The full path to a directory set up for storing sound files for processing.
Value
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
.