Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
- **Native OBS stream captions**
- **Google Fonts**: more than 1000 free fonts for OBS captions
- **Speech to Text**: [Microsoft Azure](https://azure.microsoft.com/en-au/products/cognitive-services/speech-to-text/), [Speechly](https://www.speechly.com/), [Deepgram](https://deepgram.com/), WebSpeechApi(Chrome and Edge)
- **Text to Speech**: [Microsoft Azure](https://azure.microsoft.com/en-us/products/cognitive-services/text-to-speech/), [Uberduck](https://uberduck.ai/), TikTok, Windows Api (SAPI), WebSpeechApi
- **Text to Speech**: [Microsoft Azure](https://azure.microsoft.com/en-us/products/cognitive-services/text-to-speech/), [Uberduck](https://uberduck.ai/), [Piper](https://github.com/rhasspy/piper), TikTok, Windows Api (SAPI), WebSpeechApi
- **VRChat**: [KillFrenzy Avatar text](https://github.com/killfrenzy96/KillFrenzyAvatarText), vrchat's chatbox
- **Twitch**:
- Use 7TV/FFZ/BTTV emotes in OBS captions
Expand Down
98 changes: 49 additions & 49 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,74 +10,74 @@
},
"dependencies": {
"@ebay/nice-modal-react": "^1.2.13",
"@floating-ui/react": "^0.27.3",
"@floating-ui/react-dom": "^1.3.0",
"@floating-ui/react-dom-interactions": "^0.13.3",
"@radix-ui/react-select": "^1.2.2",
"@speechly/browser-client": "^2.6.6",
"@tauri-apps/api": "^1.5.0",
"@twurple/api": "^7.1.0",
"@twurple/auth": "^7.1.0",
"@twurple/chat": "^7.1.0",
"@tauri-apps/api": "^1.6.0",
"@twurple/api": "^7.2.1",
"@twurple/auth": "^7.2.1",
"@twurple/chat": "^7.2.1",
"@types/dom-speech-recognition": "^0.0.1",
"@types/use-sync-external-store": "^0.0.3",
"ace-builds": "^1.30.0",
"ajv": "^8.12.0",
"animejs": "^3.2.1",
"autoprefixer": "^10.4.16",
"ace-builds": "^1.37.5",
"ajv": "^8.17.1",
"animejs": "^3.2.2",
"autoprefixer": "^10.4.20",
"browser-fs-access": "^0.31.2",
"classnames": "^2.3.2",
"daisyui": "^3.9.2",
"classnames": "^2.5.1",
"daisyui": "^3.9.4",
"fast-deep-equal": "^3.1.3",
"framer-motion": "^8.5.5",
"hotkeys-js": "^3.12.0",
"i18next": "^23.5.1",
"i18next-http-backend": "^2.2.2",
"hotkeys-js": "^3.13.9",
"i18next": "^23.16.8",
"i18next-http-backend": "^2.7.3",
"immer": "^9.0.21",
"immer-yjs": "^1.1.0",
"lib0": "^0.2.87",
"immer-yjs": "^1.1.1",
"lib0": "^0.2.99",
"lodash": "^4.17.21",
"microsoft-cognitiveservices-speech-sdk": "^1.32.0",
"microsoft-cognitiveservices-speech-sdk": "^1.42.0",
"nanoid": "^4.0.2",
"obs-websocket-js": "^5.0.3",
"peerjs": "^1.5.1",
"postcss": "^8.4.31",
"pubsub-js": "^1.9.4",
"react": "^18.2.0",
"react-ace": "^10.1.0",
"obs-websocket-js": "^5.0.6",
"peerjs": "^1.5.4",
"postcss": "^8.5.1",
"pubsub-js": "^1.9.5",
"react": "^18.3.1",
"react-ace": "^13.0.0",
"react-colorful": "^5.6.1",
"react-dom": "^18.2.0",
"react-dom": "^18.3.1",
"react-error-boundary": "^3.1.4",
"react-i18next": "^13.3.0",
"react-icons": "^4.11.0",
"react-shadow": "^20.4.0",
"react-i18next": "^13.5.0",
"react-icons": "^4.12.0",
"react-shadow": "^20.6.0",
"react-toastify": "^9.1.3",
"react-use": "^17.4.0",
"react-use": "^17.6.0",
"simplebar-react": "^2.4.3",
"tailwindcss": "^3.4.4",
"use-sync-external-store": "^1.2.0",
"validator": "^13.11.0",
"valtio": "^1.11.2",
"vite-plugin-pwa": "^0.14.7",
"tailwindcss": "^3.4.17",
"use-sync-external-store": "^1.4.0",
"validator": "^13.12.0",
"valtio": "^1.13.2",
"vite-plugin-pwa": "^0.21.1",
"y-protocols": "^1.0.6",
"y-utility": "^0.1.3",
"yjs": "^13.6.8",
"zod": "^3.22.4"
"y-utility": "^0.1.4",
"yjs": "^13.6.23",
"zod": "^3.24.1"
},
"devDependencies": {
"@playwright/test": "^1.39.0",
"@tauri-apps/cli": "^1.5.2",
"@types/animejs": "^3.1.8",
"@types/lodash": "^4.14.199",
"@types/node": "^18.18.5",
"@types/pubsub-js": "^1.8.4",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"@vitejs/plugin-react": "^3.1.0",
"@vitejs/plugin-react-swc": "^3.4.0",
"@playwright/test": "^1.50.0",
"@tauri-apps/cli": "^1.6.3",
"@types/animejs": "^3.1.13",
"@types/lodash": "^4.17.14",
"@types/node": "^18.19.74",
"@types/pubsub-js": "^1.8.6",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"@vitejs/plugin-react-swc": "^3.7.2",
"@welldone-software/why-did-you-render": "^7.0.1",
"prettier": "^2.8.8",
"rollup-plugin-visualizer": "^5.9.2",
"typescript": "^5.2.2",
"vite": "^5.3.1"
"rollup-plugin-visualizer": "^5.14.0",
"typescript": "^5.7.3",
"vite": "^6.0.11"
}
}
Loading