# This Praat script will make a TextGrid and scale times with a sound file. # After that, open the edit mode of TextGrid and the sound file. # This script is distributed under the GNU General Public License. # Copyright 13 June 2009, Toshio Matsuura a.k.a. yearman name$ = selected$ ("Sound") dur = Get total duration Create TextGrid... 0 'dur' word word Rename... 'name$' select Sound 'name$' plus TextGrid 'name$' Edit