This project demonstrates how to consume the phoneme-level timestamps from Hume's Text-to-Speech API to create synchronized mouth animations.
Get your API key from the Hume portal and add it to a .env file:
VITE_HUME_API_KEY="<YOUR_API_KEY>"See .env.example for reference.
pnpm ipnpm dev- Visit
localhost:5173
Enter text and click "Synthesize" to generate speech with a synchronized animated mouth.
