mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-20 02:10:15 +01:00
* WIP: message audio refactor * WIP: use MessageAudio by provider * fix: Update MessageAudio component to use TTSEndpoints enum * feat: Update useTextToSpeechBrowser hook to handle errors and improve error logging * feat: Add voice dropdown components for different TTS engines * docs: update incorrect `voices` example changed `voice: ''` to `voices: ['alloy']` * feat: Add brwoser support check for Edge TTS engine component with error toast if not supported --------- Co-authored-by: Marco Beretta <81851188+berry-13@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| index.ts | ||
| useAutoSave.ts | ||
| useCombobox.ts | ||
| useDebounce.ts | ||
| useGetAudioSettings.ts | ||
| useHandleKeyUp.ts | ||
| useMentions.ts | ||
| useMultipleKeys.ts | ||
| useRequiresKey.ts | ||
| useSelectMention.ts | ||
| useSpeechToText.ts | ||
| useSpeechToTextBrowser.ts | ||
| useSpeechToTextExternal.ts | ||
| useTextarea.ts | ||
| useTextToSpeech.ts | ||
| useTextToSpeechBrowser.ts | ||
| useTextToSpeechEdge.ts | ||
| useTextToSpeechExternal.ts | ||
| useUserKey.ts | ||