[PR #3696] [MERGED] TTS auto-speak and STT auto-submit #4365

Closed
opened 2026-02-22 18:35:41 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/3696
Author: @timothycarambat
Created: 4/21/2025
Status: Merged
Merged: 4/28/2025
Merged by: @timothycarambat

Base: masterHead: 2237-auto-stt-submit-preference


📝 Commits (10+)

  • a4e1049 auto STT submit control
  • a987631 simplified STT auto and TTS autoplay
  • d4610a1 Merge branch 'master' into 2237-auto-stt-submit-preference
  • 7d035fb add chatId to piper elements
  • 99c1fa9 Merge branch '2237-auto-stt-submit-preference' of github.com:Mintplex-Labs/anything-llm into 2237-auto-stt-submit-preference
  • 7da6dbf change defaults
  • 7980c52 add chat customization page for enabling/disabling new features + options on account modal
  • c71337f add translation placeholders
  • b49604f Merge branch 'master' into 2237-auto-stt-submit-preference
  • 0fbeccc show keybind command

📊 Changes

36 files changed (+737 additions, -31 deletions)

View changed files

📝 .github/workflows/dev-build.yaml (+1 -1)
📝 frontend/src/App.jsx (+8 -0)
📝 frontend/src/components/SettingsSidebar/index.jsx (+6 -0)
📝 frontend/src/components/UserMenu/AccountModal/index.jsx (+126 -4)
📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/Actions/TTSButton/asyncTts.jsx (+1 -0)
📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/Actions/TTSButton/index.jsx (+5 -18)
📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/Actions/TTSButton/native.jsx (+2 -1)
📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/Actions/TTSButton/piperTTS.jsx (+2 -1)
📝 frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/SpeechToText/index.jsx (+11 -2)
📝 frontend/src/components/WorkspaceChat/ChatContainer/index.jsx (+8 -0)
📝 frontend/src/components/WorkspaceChat/index.jsx (+10 -3)
frontend/src/components/contexts/TTSProvider.jsx (+136 -0)
📝 frontend/src/locales/ar/common.js (+13 -0)
📝 frontend/src/locales/da/common.js (+13 -0)
📝 frontend/src/locales/de/common.js (+13 -0)
📝 frontend/src/locales/en/common.js (+14 -0)
📝 frontend/src/locales/es/common.js (+13 -0)
📝 frontend/src/locales/fa/common.js (+13 -0)
📝 frontend/src/locales/fr/common.js (+13 -0)
📝 frontend/src/locales/he/common.js (+13 -0)

...and 16 more files

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

resolves #2237
closes #3269
closes #3648
depends on #3678

What is in this change?

  • Add option for auto-submit on STT in chat window
  • Add option for auto-speaking response messages
  • Add toggles under appearance settings
  • Add toggles on account modal for multiuser accounts

Additional Information

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/3696 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 4/21/2025 **Status:** ✅ Merged **Merged:** 4/28/2025 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `2237-auto-stt-submit-preference` --- ### 📝 Commits (10+) - [`a4e1049`](https://github.com/Mintplex-Labs/anything-llm/commit/a4e1049eafae72f39b173d94d853a6d22e4c5c68) auto STT submit control - [`a987631`](https://github.com/Mintplex-Labs/anything-llm/commit/a9876319fb23a90abc30639d25a1ecf7aedbdd26) simplified STT auto and TTS autoplay - [`d4610a1`](https://github.com/Mintplex-Labs/anything-llm/commit/d4610a12e6bd1e00350b844d5fe4337ddcffbdf5) Merge branch 'master' into 2237-auto-stt-submit-preference - [`7d035fb`](https://github.com/Mintplex-Labs/anything-llm/commit/7d035fb6c7c44fd62eba300a359e1bdec3aafaa0) add chatId to piper elements - [`99c1fa9`](https://github.com/Mintplex-Labs/anything-llm/commit/99c1fa9602bfd8d20daa9831d695941c449d0576) Merge branch '2237-auto-stt-submit-preference' of github.com:Mintplex-Labs/anything-llm into 2237-auto-stt-submit-preference - [`7da6dbf`](https://github.com/Mintplex-Labs/anything-llm/commit/7da6dbf78f05abd60da029a408bcba1c01beb5d8) change defaults - [`7980c52`](https://github.com/Mintplex-Labs/anything-llm/commit/7980c522e506443bc22164456fdbebe4dd34c98c) add chat customization page for enabling/disabling new features + options on account modal - [`c71337f`](https://github.com/Mintplex-Labs/anything-llm/commit/c71337fb0d57855ba2d817537953f3b76b67c377) add translation placeholders - [`b49604f`](https://github.com/Mintplex-Labs/anything-llm/commit/b49604f430fca69ad1f2e2e9df88aef4637ae5fa) Merge branch 'master' into 2237-auto-stt-submit-preference - [`0fbeccc`](https://github.com/Mintplex-Labs/anything-llm/commit/0fbeccc5191367b08611c1f9648566fec97c2847) show keybind command ### 📊 Changes **36 files changed** (+737 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/dev-build.yaml` (+1 -1) 📝 `frontend/src/App.jsx` (+8 -0) 📝 `frontend/src/components/SettingsSidebar/index.jsx` (+6 -0) 📝 `frontend/src/components/UserMenu/AccountModal/index.jsx` (+126 -4) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/Actions/TTSButton/asyncTts.jsx` (+1 -0) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/Actions/TTSButton/index.jsx` (+5 -18) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/Actions/TTSButton/native.jsx` (+2 -1) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/Actions/TTSButton/piperTTS.jsx` (+2 -1) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/SpeechToText/index.jsx` (+11 -2) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/index.jsx` (+8 -0) 📝 `frontend/src/components/WorkspaceChat/index.jsx` (+10 -3) ➕ `frontend/src/components/contexts/TTSProvider.jsx` (+136 -0) 📝 `frontend/src/locales/ar/common.js` (+13 -0) 📝 `frontend/src/locales/da/common.js` (+13 -0) 📝 `frontend/src/locales/de/common.js` (+13 -0) 📝 `frontend/src/locales/en/common.js` (+14 -0) 📝 `frontend/src/locales/es/common.js` (+13 -0) 📝 `frontend/src/locales/fa/common.js` (+13 -0) 📝 `frontend/src/locales/fr/common.js` (+13 -0) 📝 `frontend/src/locales/he/common.js` (+13 -0) _...and 16 more files_ </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #2237 closes #3269 closes #3648 depends on #3678 ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> - Add option for auto-submit on STT in chat window - Add option for auto-speaking response messages - Add toggles under appearance settings - Add toggles on account modal for multiuser accounts ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> ### Developer Validations <!-- All of the applicable items should be checked. --> - [x] I ran `yarn lint` from the root of the repo & committed changes - [x] Relevant documentation has been updated - [x] I have tested my code functionality - [x] Docker build succeeds locally --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:35:41 -05:00
yindo closed this issue 2026-02-22 18:35:41 -05:00
yindo changed title from [PR #3696] TTS auto-speak and STT auto-submit to [PR #3696] [MERGED] TTS auto-speak and STT auto-submit 2026-06-05 15:18:11 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#4365