Skip to content

phonemizer-3.1.1

Compare
Choose a tag to compare
@hadware hadware released this 31 Mar 22:53
· 45 commits to master since this release

ChangeLog

  • improvements

    • Preserve empty lines in texts when using --preserve-empty-lines.
      Without this option, empty lines used to be automatically dropped.
      See PR #103
  • new features

    • Type hinted most of phonemizer's API. This makes the usage of our API
      a bit clearer, and can be easily leveraged by IDE's and type checkers to
      prevent typing issues.