Praat Signal Analysis
Some utility scripts that could be useful in signal analysis with Praat.
Download the scripts of this page via GitHub.
Check out Praat script guide for the tips of using Praat scripts.
function_getPeakRate


This script measures speech rate by calculating the number of amplitude envelope peak points per second.
Select a Sound object and run this script. A Praat Info window will pop up showing the result.
function_measureSpeechRate

This script measures speech rate by calculating the number of amplitude envelope peak points per second. The script is based on function_createPTPtier.praat to show the peaks.
Select a Sound object containing speech and run the script. A Praat Info window will appear showing the result, and a TextGrid will be created and viewed together with the Sound object to show details of the peaks.
Last updated