Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/s-soltys/lipsync

Lip animation app for 3D face models.
https://github.com/s-soltys/lipsync

Last synced: about 2 months ago
JSON representation

Lip animation app for 3D face models.

Awesome Lists containing this project

README

        

# LipSync

This application generates real-time facial animations for 3D models based on input sound files.

A short presentation can be seen on my YouTube channel:

https://youtu.be/I08ZYTYpRis

## How it works
The application works in several steps:

1. Load speech samples in windows up to 30 ms
2. Extract features from the sample windows using linear prediction
3. Classify extracted feature blocks to visemes using neural networks
4. Animate the 3D model using viseme data

## Further reading

https://en.wikipedia.org/wiki/Linear_prediction

https://en.wikipedia.org/wiki/Viseme