🗣️ feat: Edge TTS engine (#3358)

* feat: MS Edge TTS

* feat: Edge TTS; fix: STT hook
This commit is contained in:
Marco Beretta 2024-08-07 20:15:41 +02:00 committed by GitHub
parent 01a88991ab
commit b390ba781f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 379 additions and 129 deletions

View file

@ -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',