Skip to content

Commit bbc09df

Browse files
authored
Rh/fix lipsync dependencies (#237)
1 parent c7d0ad8 commit bbc09df

File tree

4 files changed

+36
-287
lines changed

4 files changed

+36
-287
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Whether you're using Python, TypeScript, Flutter, or Next.js, there's something
3333
| [`tts-python-livekit`](/tts/tts-python-livekit/README.md) | Python | LiveKit |
3434
| [`tts-python-quickstart`](/tts/tts-python-quickstart/README.md) | Python | |
3535
| [`tts-typescript-quickstart`](/tts/tts-typescript-quickstart/README.md) | TypeScript | |
36+
| [`tts-typescript-lipsync`](/tts/tts-typescript-lipsync/README.md) | TypeScript | |
3637

3738
## [Empathic Voice Interface (EVI)](https://dev.hume.ai/docs/empathic-voice-interface-evi/overview)
3839

tts/tts-typescript-lipsync/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"dist": "link:/Users/twitchard/dev/hume-typescript-sdk/dist/",
13-
"hume": "file:/Users/twitchard/dev/hume-typescript-sdk/hume-v0.13.9.tgz"
12+
"dist": "^0.1.2",
13+
"hume": "^0.15.6"
1414
},
1515
"devDependencies": {
1616
"@types/node": "^22.15.18",

0 commit comments

Comments
 (0)