Skip to content

fantasy-fish/Real-Time-Speech-Animation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real-Time-Speech-Animation

Quick Start

Install all the requirements by

pip install -r requirements.txt

Then run window.py by

python window.py

After the window pops up, you need to first sample the background noise and then press the start button.

Demo

Below is a demo video of the current version of system when it's connected with the microphone. There's a huge delay for the animation mainly due to the denoising pipeline. Currently, I store every piece of audio segment to file and apply the denoising method to each of them on the fly. It can be improved by trying some real-time denoising method.
IMAGE ALT TEXT
For comparison, below shows a previous version of system when not connected with the microphone so that the denoising process is done in advance instead of on the fly.
IMAGE ALT TEXT

About

USC ICT Lab Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages