[PR #742] [MERGED] feat: 增加录音记录方式 #774

Closed
opened 2026-03-02 03:41:40 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/codexu/note-gen/pull/742
Author: @codexu
Created: 10/28/2025
Status: Merged
Merged: 10/28/2025
Merged by: @codexu

Base: devHead: STT


📝 Commits (2)

  • c191047 feat: 使用音频转文本模型进行录音识别
  • 72711d4 feat: 录音回放

📊 Changes

31 files changed (+2998 additions, -68 deletions)

View changed files

📝 messages/en.json (+49 -9)
📝 messages/zh.json (+50 -13)
📝 src-tauri/Info.plist (+2 -0)
📝 src-tauri/tauri.conf.json (+9 -0)
📝 src/app/core/article/custom-footer/history.tsx (+2 -2)
📝 src/app/core/article/custom-footer/sync.tsx (+8 -4)
src/app/core/record/mark/control-recording.tsx (+413 -0)
📝 src/app/core/record/mark/mark-header.tsx (+2 -0)
📝 src/app/core/record/mark/mark-item.tsx (+18 -0)
📝 src/app/core/setting/ai/model-card.tsx (+46 -11)
src/app/core/setting/audio/page.tsx (+13 -0)
src/app/core/setting/audio/setting.tsx (+150 -0)
📝 src/app/core/setting/components/model-select.tsx (+12 -2)
📝 src/app/core/setting/components/upload-store.tsx (+7 -3)
📝 src/app/core/setting/config.tsx (+2 -2)
src/app/mobile/setting/pages/audio/page.tsx (+7 -0)
src/components/audio-player.tsx (+173 -0)
src/components/recording-dialog.tsx (+225 -0)
src/components/recording-indicator.tsx (+56 -0)
src/components/speech-recognition-dialog.tsx (+181 -0)

...and 11 more files

📄 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/codexu/note-gen/pull/742 **Author:** [@codexu](https://github.com/codexu) **Created:** 10/28/2025 **Status:** ✅ Merged **Merged:** 10/28/2025 **Merged by:** [@codexu](https://github.com/codexu) **Base:** `dev` ← **Head:** `STT` --- ### 📝 Commits (2) - [`c191047`](https://github.com/codexu/note-gen/commit/c191047cb5c677ae75cf928a11941efe2faacb34) feat: 使用音频转文本模型进行录音识别 - [`72711d4`](https://github.com/codexu/note-gen/commit/72711d47e0b52358523baf9acbe9c0e33dc3b422) feat: 录音回放 ### 📊 Changes **31 files changed** (+2998 additions, -68 deletions) <details> <summary>View changed files</summary> 📝 `messages/en.json` (+49 -9) 📝 `messages/zh.json` (+50 -13) 📝 `src-tauri/Info.plist` (+2 -0) 📝 `src-tauri/tauri.conf.json` (+9 -0) 📝 `src/app/core/article/custom-footer/history.tsx` (+2 -2) 📝 `src/app/core/article/custom-footer/sync.tsx` (+8 -4) ➕ `src/app/core/record/mark/control-recording.tsx` (+413 -0) 📝 `src/app/core/record/mark/mark-header.tsx` (+2 -0) 📝 `src/app/core/record/mark/mark-item.tsx` (+18 -0) 📝 `src/app/core/setting/ai/model-card.tsx` (+46 -11) ➕ `src/app/core/setting/audio/page.tsx` (+13 -0) ➕ `src/app/core/setting/audio/setting.tsx` (+150 -0) 📝 `src/app/core/setting/components/model-select.tsx` (+12 -2) 📝 `src/app/core/setting/components/upload-store.tsx` (+7 -3) 📝 `src/app/core/setting/config.tsx` (+2 -2) ➕ `src/app/mobile/setting/pages/audio/page.tsx` (+7 -0) ➕ `src/components/audio-player.tsx` (+173 -0) ➕ `src/components/recording-dialog.tsx` (+225 -0) ➕ `src/components/recording-indicator.tsx` (+56 -0) ➕ `src/components/speech-recognition-dialog.tsx` (+181 -0) _...and 11 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 03:41:40 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/note-gen#774
No description provided.