mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-19 09:50:15 +01:00
🗣️ feat: Edge TTS engine (#3358)
* feat: MS Edge TTS * feat: Edge TTS; fix: STT hook
This commit is contained in:
parent
01a88991ab
commit
b390ba781f
14 changed files with 379 additions and 129 deletions
|
|
@ -657,8 +657,17 @@ export default {
|
|||
com_nav_audio_play_error: 'Error playing audio: {0}',
|
||||
com_nav_audio_process_error: 'Error processing audio: {0}',
|
||||
com_nav_long_audio_warning: 'Longer texts will take longer to process.',
|
||||
com_nav_tts_init_error: 'Failed to initialize text-to-speech: {0}',
|
||||
com_nav_source_buffer_error: 'Error setting up audio playback. Please refresh the page.',
|
||||
com_nav_media_source_init_error:
|
||||
'Unable to prepare audio player. Please check your browser settings.',
|
||||
com_nav_buffer_append_error: 'Problem with audio streaming. The playback may be interrupted.',
|
||||
com_nav_speech_cancel_error: 'Unable to stop audio playback. You may need to refresh the page.',
|
||||
com_nav_voices_fetch_error:
|
||||
'Could not retrieve voice options. Please check your internet connection.',
|
||||
com_nav_engine: 'Engine',
|
||||
com_nav_browser: 'Browser',
|
||||
com_nav_edge: 'Edge',
|
||||
com_nav_external: 'External',
|
||||
com_nav_delete_cache_storage: 'Delete TTS cache storage',
|
||||
com_nav_enable_cache_tts: 'Enable cache TTS',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue