# List of Praat scripts
1. [Silence Inserter](#silence-inserter)
2. [Channel Extractor](#channel-extractor)
3. [Mean Formant Analyser](#mean-formant-analyser)
4. [Intensity calculator ](#intensity-calculator)
## Silence Inserter
This script inserts a silence between two adjacent labels in a TextGrid. It modifies both the Sound file and the TextGrid file. It works on all the files in specified directories.
## Channel Extractor
This script extracts only one channel of all the files in a specified directory.
## Mean Formant Analyser
This script calculates the mean formant values (F1,F2,F3) of each labelled segment in each pair of Sound and TextGrid files (which have to have the same name). The mean formant values are calculated over a region of the label, e.g. the beginning (20-30%) of a diphthong. It works on all the files in specified directories.
## Intensity calculator
This script calculates intensity related measures for all the files in a specified directory. Summary file is saved in your specified directory as a tab delimited .tsv file, with the filename intensity_summary.tsv. It computes Average_Intensity_dB, Minimum_Intensity_dB, Minimum_Intensity_Time_sec, Maximum_Intensity_dB and Maximum_Intensity_Time_sec.