LibreChat/api/server/services/Files/Audio
Danny Avila 35ba4ba1a4
🔊 fix(tts): NotAllowedError (mobile/safari), Unsupported MediaSource type (firefox), Hide Audio Element (#2854)
* fix: hide audio element on mobile

* chore: add tts docs link

* fix: select voice option on first render

* fix: NotAllowedError, prevent async playback for mobile triggers, consolidate MessageAudio code, user user-triggered unmutes

* fix: Firefox/unsupported type for MediaSource hack

* refactor(STT): make icon red when recording. consolidate logic to AudioRecorder component

* fix: revert Redis changes to use separate client for sessions
2024-05-24 12:18:11 -04:00
..
getVoices.js 🐞 fix: add LocalAI to GET /voices (#2837) 2024-05-22 22:42:27 -04:00
index.js 🔉 feat: Speech-to-text / Text-to-speech (initial support) (#2836) 2024-05-22 17:19:55 -04:00
speechToText.js 🔉 feat: Speech-to-text / Text-to-speech (initial support) (#2836) 2024-05-22 17:19:55 -04:00
streamAudio.js ⏯️ fix(tts): Resolve Voice Selection and Manual Playback Issues (#2845) 2024-05-23 16:27:36 -04:00
streamAudio.spec.js ⏯️ fix(tts): Resolve Voice Selection and Manual Playback Issues (#2845) 2024-05-23 16:27:36 -04:00
textToSpeech.js 🔊 fix(tts): NotAllowedError (mobile/safari), Unsupported MediaSource type (firefox), Hide Audio Element (#2854) 2024-05-24 12:18:11 -04:00
webSocket.js 🔉 feat: Speech-to-text / Text-to-speech (initial support) (#2836) 2024-05-22 17:19:55 -04:00