-
- Downloads
Add Speech-to-text and Text-to-speech providers (#1394)
* Add Speech-to-text and Text-to-speech providers * add files and update comment * update comments * patch: bad playerRef check
Showing
- .vscode/settings.json 1 addition, 0 deletions.vscode/settings.json
- docker/.env.example 13 additions, 0 deletionsdocker/.env.example
- frontend/package.json 1 addition, 0 deletionsfrontend/package.json
- frontend/src/App.jsx 7 additions, 0 deletionsfrontend/src/App.jsx
- frontend/src/components/SettingsSidebar/index.jsx 9 additions, 0 deletionsfrontend/src/components/SettingsSidebar/index.jsx
- frontend/src/components/SpeechToText/BrowserNative/index.jsx 9 additions, 0 deletionsfrontend/src/components/SpeechToText/BrowserNative/index.jsx
- frontend/src/components/TextToSpeech/BrowserNative/index.jsx 9 additions, 0 deletionsfrontend/src/components/TextToSpeech/BrowserNative/index.jsx
- frontend/src/components/TextToSpeech/ElevenLabsOptions/index.jsx 107 additions, 0 deletions...d/src/components/TextToSpeech/ElevenLabsOptions/index.jsx
- frontend/src/components/TextToSpeech/OpenAiOptions/index.jsx 45 additions, 0 deletionsfrontend/src/components/TextToSpeech/OpenAiOptions/index.jsx
- frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/Actions/TTSButton/asyncTts.jsx 94 additions, 0 deletions...tHistory/HistoricalMessage/Actions/TTSButton/asyncTts.jsx
- frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/Actions/TTSButton/index.jsx 23 additions, 0 deletions...ChatHistory/HistoricalMessage/Actions/TTSButton/index.jsx
- frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/Actions/TTSButton/native.jsx 61 additions, 0 deletions...hatHistory/HistoricalMessage/Actions/TTSButton/native.jsx
- frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/Actions/index.jsx 3 additions, 62 deletions...Container/ChatHistory/HistoricalMessage/Actions/index.jsx
- frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/SpeechToText/index.jsx 82 additions, 0 deletions...paceChat/ChatContainer/PromptInput/SpeechToText/index.jsx
- frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/index.jsx 5 additions, 0 deletions...ponents/WorkspaceChat/ChatContainer/PromptInput/index.jsx
- frontend/src/media/ttsproviders/elevenlabs.png 0 additions, 0 deletionsfrontend/src/media/ttsproviders/elevenlabs.png
- frontend/src/models/system.js 1 addition, 1 deletionfrontend/src/models/system.js
- frontend/src/models/workspace.js 16 additions, 1 deletionfrontend/src/models/workspace.js
- frontend/src/pages/GeneralSettings/AudioPreference/index.jsx 45 additions, 0 deletionsfrontend/src/pages/GeneralSettings/AudioPreference/index.jsx
- frontend/src/pages/GeneralSettings/AudioPreference/stt.jsx 191 additions, 0 deletionsfrontend/src/pages/GeneralSettings/AudioPreference/stt.jsx
Loading
Please register or sign in to comment