pyampact.speechDescriptorsUtils.compute_vot
- pyampact.speechDescriptorsUtils.compute_vot(seg, pitch, sr)[source]
Compute Voice Onset Time (VOT)
- Parameters:
seg (Praat Sound Object) – segment/slice of Snd object between onset and offset
pitch (Pitch (CC) object) – pitch object from Praat
sr (float) – sample rate of audio
- Returns:
entropy – voice onset time (in ms)
- Return type:
float