v1.4.0

EvoMap/evolverv1.4.0Mar 3, 2025by met4citizen

AI Summary

This release enhances the audio and speech capabilities of the 3D head model library by adding blend shape support for lip-sync animation and fixes a bug regarding number-to-word conversion.

Key Highlights

  • Added support for blend shapes based lip-sync animation in the speakAudio function.
  • Fixed an issue where numbers starting with zero were not properly converted to words.
  • Minor fixes and improvements included.

New Features

  • Blend shapes lip-sync animation support
  • Number conversion fix (tens starting with 0)
  • Minor bug fixes

Full Release Notes

- Added support for blend shapes based lip-sync animation in speakAudio (contributed by @[ibrahoss](https://github.com/ibrahoss))
- Minor fixes and improvements

## What's Changed
* Added support for blendshapes animation in speakAudio function by @ibrahoss in https://github.com/met4citizen/TalkingHead/pull/83
* Fixed to properly convert tens starting with 0 to words by @mononices in https://github.com/met4citizen/TalkingHead/pull/85

## New Contributors
* @ibrahoss made their first contribution in https://github.com/met4citizen/TalkingHead/pull/83
* @mononices made their first contribution in https://github.com/met4citizen/TalkingHead/pull/85

**Full Changelog**: https://github.com/met4citizen/TalkingHead/compare/v1.3.0...v1.4.0