Skip to content

Commit

Permalink
use howl for audio playback
Browse files Browse the repository at this point in the history
  • Loading branch information
richardr1126 committed Jan 22, 2025
1 parent d78be68 commit 86c263c
Show file tree
Hide file tree
Showing 3 changed files with 237 additions and 114 deletions.
14 changes: 14 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start -p 3002",
"start": "next start -p 3003",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^2.2.0",
"@types/howler": "^2.2.12",
"@types/string-similarity": "^4.0.2",
"@types/uuid": "^10.0.0",
"compromise": "^14.14.4",
"howler": "^2.2.4",
"lru-cache": "^11.0.2",
"next": "15.1.5",
"openai": "^4.79.1",
Expand Down
Loading

0 comments on commit 86c263c

Please sign in to comment.