Skip to content

Commit

Permalink
fix: missing parameter in example script
Browse files Browse the repository at this point in the history
  • Loading branch information
timmahrt committed Nov 4, 2023
1 parent d7b9966 commit 627a7ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/get_pitch_and_formants.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
450,
forceRegenerate=False,
)
tg = textgrid.openTextgrid(join(tgPath, "mary.TextGrid"))
tg = textgrid.openTextgrid(join(tgPath, "mary.TextGrid"), False)
tier = tg.getTier("phone")
filteredData = tier.getValuesInIntervals(maryPitchData)

Expand Down

0 comments on commit 627a7ee

Please sign in to comment.