[PR #552] [MERGED] convert audio wav to mp3 #22549

Closed
opened 2026-02-21 20:19:12 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/552
Author: @zxhlyh
Created: 7/12/2023
Status: Merged
Merged: 7/12/2023
Merged by: @zxhlyh

Base: mainHead: fix/audio-size


📝 Commits (1)

📊 Changes

6 files changed (+64 additions, -27 deletions)

View changed files

📝 api/services/audio_service.py (+5 -4)
📝 api/services/errors/audio.py (+8 -18)
📝 web/app/components/base/voice-input/index.tsx (+10 -4)
web/app/components/base/voice-input/utils.ts (+38 -0)
web/global.d.ts (+1 -0)
📝 web/package.json (+2 -1)

📄 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/langgenius/dify/pull/552 **Author:** [@zxhlyh](https://github.com/zxhlyh) **Created:** 7/12/2023 **Status:** ✅ Merged **Merged:** 7/12/2023 **Merged by:** [@zxhlyh](https://github.com/zxhlyh) **Base:** `main` ← **Head:** `fix/audio-size` --- ### 📝 Commits (1) - [`62b2bcd`](https://github.com/langgenius/dify/commit/62b2bcdfd66bf9f31161f340dfb78dd068338393) convert audio wav to mp3 ### 📊 Changes **6 files changed** (+64 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `api/services/audio_service.py` (+5 -4) 📝 `api/services/errors/audio.py` (+8 -18) 📝 `web/app/components/base/voice-input/index.tsx` (+10 -4) ➕ `web/app/components/base/voice-input/utils.ts` (+38 -0) ➕ `web/global.d.ts` (+1 -0) 📝 `web/package.json` (+2 -1) </details> ### 📄 Description _No description provided_ --- <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-21 20:19:12 -05:00
yindo closed this issue 2026-02-21 20:19:12 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22549