Some last thoughts.

I’m struck by how different this project might have turned out if I’d made some divergent choices along the way. I briefly played with other forced aligners besides Gentle that return different kinds of information. Darla, for example, gave me results with the formants for each vowel. Some forced aligners output the data in TextGrid …

Segmentation and my first Python script

The next thing I did was create a Python script to segment the larger audio file into 50 individual files with useful filenames. I adapted a script that uses the Python bindings for FFmpeg, a tool for converting audio. The script takes the following arguments: Audio file to be segmented File with timing information Speaker …