[PR #2900] [MERGED] feat: voice note #124785

Closed
opened 2026-05-21 04:52:51 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/2900
Author: @tjbck
Created: 6/7/2024
Status: Merged
Merged: 6/7/2024
Merged by: @tjbck

Base: devHead: voice


📝 Commits (4)

📊 Changes

5 files changed (+867 additions, -601 deletions)

View changed files

📝 backend/apps/audio/main.py (+15 -3)
📝 src/lib/components/chat/MessageInput.svelte (+435 -577)
src/lib/components/chat/MessageInput/VoiceRecording.svelte (+394 -0)
📝 src/lib/components/chat/Settings/Audio.svelte (+3 -21)
src/lib/components/icons/Headphone.svelte (+20 -0)

📄 Description

No description provided


🔄 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/open-webui/open-webui/pull/2900 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 6/7/2024 **Status:** ✅ Merged **Merged:** 6/7/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `voice` --- ### 📝 Commits (4) - [`f97f660`](https://github.com/open-webui/open-webui/commit/f97f6601f79dc015f4aff14b728b84b6db121a7f) feat: voice input refac - [`1a9dee5`](https://github.com/open-webui/open-webui/commit/1a9dee50ce6ea3c2f1a5e472cecdd5870d68a292) refac: styling - [`4a73a01`](https://github.com/open-webui/open-webui/commit/4a73a01c248b5ff33be8758adfbccbb4a9648d78) refac - [`7eaf83c`](https://github.com/open-webui/open-webui/commit/7eaf83cb7d82ae435a6d7053690012509eefe081) fix: silence monitoring ### 📊 Changes **5 files changed** (+867 additions, -601 deletions) <details> <summary>View changed files</summary> 📝 `backend/apps/audio/main.py` (+15 -3) 📝 `src/lib/components/chat/MessageInput.svelte` (+435 -577) ➕ `src/lib/components/chat/MessageInput/VoiceRecording.svelte` (+394 -0) 📝 `src/lib/components/chat/Settings/Audio.svelte` (+3 -21) ➕ `src/lib/components/icons/Headphone.svelte` (+20 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-21 04:52:51 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#124785