Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 296 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 296 Bytes

pitch_jitter_shimmer

Using praat to get pitch, jitter and shimmer parameters of voice file.

usage:

praat_file = './praat/praat.praat'

praat_path = './praat'

pjs = PitchJitterShimmer(praat_file, praat_path)

voice_file = './test/001_a1_PCGITA.wav'

print(pjs.calculate(voice_file, True))