Skip to content

v1.3.0.0

Compare
Choose a tag to compare
@forslund forslund released this 05 Feb 06:57
· 7 commits to master since this release
5e2c065

Bellbird optimizations

Pretty significant audio rendering speed improvement thanks to the work done for bellbird

SSML support updates

Most of the work has been performed by community member @earboxer, huge thanks to them!

  • Workaround for an issue with SSML rendering of : + single word
  • Pitch and range support
    This adds support for things like: ./mimic -ssml "hi friends hey <prosody rate='.5' pitch='220' range='8'>hey hello</prosody> -- <range='0Hz' pitch='440Hz'>hi</prosody> friends."

Fix of dependency.sh dependency install

@MarcTreySonos supplied a fix for the development setup dependencies.sh script making the pcre dependency installable again. Huge thanks for that!