Export selected segments to individual soundfiles using a Toolbox script. By default, soundfiles are exported to the segment's soundfile directory and sequences are exported to the working directory. Type: Toolbox Version: 1.0 STx Version: 3.7 File: tb_export_segments.sts Documentation: tb_export_segments.txt Author: Jonnie White Email: jw@kfs.oeaw.ac.at Parameters: AddToDataset Values: 0|1 0 - Do not add files to the dataset 1 - Ask the user if they want to add files to the dataset) PathFlags Values: 0|1|2|3 0 - The path should be the same as the source file. The value of Path is ignored. 1 - The value of Path should be used, or if Path is empty, the path of the sourcefile should be used. 2 - The path should be chosen by the user and used for all segements 3 - The user should choose a path for each segment. Path Values: empty or a valid directory path FileNameFormat Values: String constants and the keywords and which are replaced with the soundfile ID and the segment ID respectively. Example: The default is . For a file with the ID 'test' and the segment Signal.All, a file with the name test.Signal.All.wav is created.