Skip to content

Commit 86c263c

Browse files
committed
use howl for audio playback
1 parent d78be68 commit 86c263c

File tree

3 files changed

+237
-114
lines changed

3 files changed

+237
-114
lines changed

package-lock.json

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@
55
"scripts": {
66
"dev": "next dev --turbopack",
77
"build": "next build",
8-
"start": "next start -p 3002",
8+
"start": "next start -p 3003",
99
"lint": "next lint"
1010
},
1111
"dependencies": {
1212
"@headlessui/react": "^2.2.0",
13+
"@types/howler": "^2.2.12",
1314
"@types/string-similarity": "^4.0.2",
1415
"@types/uuid": "^10.0.0",
1516
"compromise": "^14.14.4",
17+
"howler": "^2.2.4",
1618
"lru-cache": "^11.0.2",
1719
"next": "15.1.5",
1820
"openai": "^4.79.1",

0 commit comments

Comments
 (0)