mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 21:05:55 +03:00
[PR #742] [MERGED] feat: 增加录音记录方式 #774
Labels
No labels
bug
duplicate
feature
platform: Android
platform: Linux
platform: Windows
platform: iOS
platform: macOS
priority: high
priority: low
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/note-gen#774
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
dev← Head:STT📝 Commits (2)
c191047feat: 使用音频转文本模型进行录音识别72711d4feat: 录音回放📊 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.